diff options
author | Venkatesh Duggirala <venkatesh.duggirala@oracle.com> | 2013-04-25 11:56:26 +0530 |
---|---|---|
committer | Venkatesh Duggirala <venkatesh.duggirala@oracle.com> | 2013-04-25 11:56:26 +0530 |
commit | 2557f2c4ca43b61c6f6653e41fc9e4bb68f7618a (patch) | |
tree | b83b128cd6de29fdba38ea5226e307350a883bd0 /sql-bench | |
parent | 4297893ccc68f34164b55bd824fb0474476722fa (diff) | |
download | mariadb-git-2557f2c4ca43b61c6f6653e41fc9e4bb68f7618a.tar.gz |
BUG#16698172-CANNOT DO POINT-IN-TIME RECOVERY FOR
SINGLE DATABASE; MYSQLBINLOG
Problem: If last subevent inside a RBR event
is skipped while replaying a binary log
using mysqlbinlog with --database=... option,
generated output is missing end marker('/*!*/;)
for that RBR event. Thence causing syntax error
while replaying the generated output.
Fix: Append end marker ('/*!*/;) if the last
subevent is getting skipped.
Append end marker if the last
subevent is getting skipped.
client/mysqlbinlog.cc:
Append end marker if the last
subevent is getting skipped.
Diffstat (limited to 'sql-bench')
0 files changed, 0 insertions, 0 deletions