-
Venkatesh Venugopal authored
Problem ======= Replication breaks when 'GRANT SELECT' is executed on master when column names are keywords. Analysis ======== On master, column names in GRANT query were not quoted properly while writing to the binary log, leading to syntax error on slave. Fix === For GRANT commands, column names are properly quoted before writing to the binary log.
Venkatesh Venugopal authoredProblem ======= Replication breaks when 'GRANT SELECT' is executed on master when column names are keywords. Analysis ======== On master, column names in GRANT query were not quoted properly while writing to the binary log, leading to syntax error on slave. Fix === For GRANT commands, column names are properly quoted before writing to the binary log.
Loading