Commit 52d34999 authored by unknown's avatar unknown

BUG#17782: Incorrect result file


mysql-test/r/binlog_row_insert_select.result:
  Corrected result file
parent 7d0a9613
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);
......
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