Skip to content
  • Venkatesh Venugopal's avatar
    3e038356
    Bug#28643405: LAST_ERROR_NUMBER: 1064 DURING GRANT SELECT · 3e038356
    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.
    3e038356
    Bug#28643405: LAST_ERROR_NUMBER: 1064 DURING GRANT SELECT
    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.
Loading