Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1
This commit is contained in:
commit
10080bb124
@ -1,6 +1,10 @@
|
|||||||
# Embedded server doesn't support binlog
|
# Embedded server doesn't support binlog
|
||||||
-- source include/not_embedded.inc
|
-- source include/not_embedded.inc
|
||||||
|
|
||||||
|
--disable_warnings
|
||||||
|
drop table if exists t1,t2;
|
||||||
|
--enable_warnings
|
||||||
|
|
||||||
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
|
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
|
||||||
# binlog
|
# binlog
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
drop table if exists t1,t2;
|
||||||
create table t1(a int, unique(a));
|
create table t1(a int, unique(a));
|
||||||
insert into t1 values(2);
|
insert into t1 values(2);
|
||||||
create table t2(a int);
|
create table t2(a int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user