• unknown's avatar
    Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES": · 3106e311
    unknown authored
    it's just backquoting the db's and table's names
    when writing DROP TEMPORARY TABLE to the binlog when a connection ends.
    A testcase for this.
    
    
    sql/sql_base.cc:
      backquote db and table name when writing DROP TEMPORARY TABLE to the binlog
      when a connection ends.
    3106e311
sql_base.cc 60.8 KB