• Alexey Botchkov's avatar
    MDEV-340 Save replication comments for DROP TABLE. · 9705ad5e
    Alexey Botchkov authored
          mysql_rm_table_no_locks() function was modified.
          When we construct log record for the DROP TABLE, now we
          look if there's a comment before the first table name and
          add it to the record if so.
      
    per-file comments:
      sql/sql_table.cc
      MDEV-340 Save replication comments for DROP TABLE.
            comment_length() function implemented to find comments in the query,
            call it in mysql_rm_table_no_locks() and use the result to form log record.
      mysql-test/suite/binlog/r/binlog_drop_if_exists.result
      MDEV-340 Save replication comments for DROP TABLE.
            test result updated.
      mysql-test/suite/binlog/t/binlog_drop_if_exists.test
      MDEV-340 Save replication comments for DROP TABLE.
            test case added.
    9705ad5e
binlog_drop_if_exists.test 3.82 KB