Commit 90aa83d5 authored by cmiller@zippy.(none)'s avatar cmiller@zippy.(none)

Additional patch from Bug#16206. BEGIN/COMMIT behavior changed 5.0 -> 5.1 .

parent 6110a83a
......@@ -1974,7 +1974,9 @@ Log_name Pos Event_type Server_id End_log_pos Info
f n Format_desc 1 n Server ver: VERSION, Binlog ver: 4
f n Query 1 n use `test`; create table bug16206 (a int) engine= blackhole
f n Query 1 n use `test`; insert into bug16206 values(1)
f n Query 1 n use `test`; BEGIN
f n Query 1 n use `test`; insert into bug16206 values(2)
f n Query 1 n use `test`; COMMIT
drop table bug16206;
reset master;
create table bug16206 (a int) engine= bdb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment