1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-05 08:04:25 +03:00
Files
mariadb/sql
hezx@hezx.(none) 3255237fc2 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
2007-12-17 21:13:25 +08:00
..
2007-03-15 23:39:07 -07:00
2007-08-16 21:14:47 +04:00
2007-03-20 17:07:53 +01:00
2007-08-15 17:43:08 +04:00
2007-11-11 06:07:38 +04:00
2007-09-26 18:47:55 +02:00
2007-10-15 15:49:16 +04:00
2007-11-06 21:57:51 +03:00
2007-04-13 19:23:02 +02:00
2007-06-10 14:43:57 +04:00
2007-08-15 17:43:08 +04:00
2007-08-15 17:43:08 +04:00
2007-11-16 15:55:22 +01:00
2007-11-14 21:08:59 +01:00
2007-10-30 13:49:42 +02:00
2007-06-12 18:41:56 +03:00
2007-07-01 15:33:28 -07:00
2007-09-04 16:40:27 -06:00
2007-12-13 10:40:39 +08:00