1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#17782: Incorrect result file

mysql-test/r/binlog_row_insert_select.result:
  Corrected result file
This commit is contained in:
unknown
2006-03-01 17:09:39 +01:00
parent 7d0a9613ad
commit 52d34999fb

View File

@ -1,3 +1,4 @@
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);