google / mysql-ripple

Ripple, a server that can serve as a middleman in MySQL replication
Apache License 2.0
373 stars 46 forks source link

Add support for 'SELECT @@GLOBAL.SERVER_ID' (and same for SERVER_UUID) #4

Closed dveeden closed 5 years ago

dveeden commented 5 years ago

This is use by MySQL 5.7.23 slaves.

Would be nice to re-use fun_SERVER_ID and have it detect the number of columns in the context. Not sure if that's possible.