diff options
author | unknown <hezx@hezx.(none)> | 2007-12-17 21:13:25 +0800 |
---|---|---|
committer | unknown <hezx@hezx.(none)> | 2007-12-17 21:13:25 +0800 |
commit | 0968c713aa121af45671b36da4fb546b4df56891 (patch) | |
tree | db6fb5d1524fcda8bc1e722d2b31c1babaf40a7a /scripts/fill_help_tables.sql | |
parent | 89a89950aeebaf46ff8332981997e80b99683ed6 (diff) | |
download | mariadb-git-0968c713aa121af45671b36da4fb546b4df56891.tar.gz |
BUG#32205 Replaying statements from mysqlbinlog fails with a syntax error, replicates
fine
The reason of this bug is that when mysqlbinlog dumps a query, the query is written to
output with a delimeter appended right after it, if the query string ends with a '--'
comment, then the delimeter would be considered as part of the comment, if there are any
statements after this query, then it will cause a syntax error.
Start a newline before appending delimiter after a query string
mysql-test/r/mysqlbinlog.result:
Update result for BUG#32205
mysql-test/r/mysqlbinlog2.result:
Update result for BUG#32205
mysql-test/r/user_var-binlog.result:
Update result for BUG#32205
mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result:
Update result for BUG#32205
mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
Update result for BUG#32205
mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test:
fix test for BUG#32205
mysql-test/suite/rpl/r/rpl_row_mysqlbinlog.result:
Update result for BUG#32205
mysql-test/suite/rpl/r/rpl_stm_charset.result:
Update result for BUG#32205
sql/log_event.cc:
Start a newline before appending delimiter after a query string
mysql-test/suite/binlog/r/binlog_start_comment.result:
Add test for BUG#32205
mysql-test/suite/binlog/t/binlog_start_comment.test:
Add test for BUG#32205
Diffstat (limited to 'scripts/fill_help_tables.sql')
0 files changed, 0 insertions, 0 deletions