Merge mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#32205/5.0
into mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#32205/mysql-5.0-rpl
This commit is contained in:
commit
bbbb77770b
@ -12,3 +12,4 @@ flush logs;
|
|||||||
select * from t2;
|
select * from t2;
|
||||||
word
|
word
|
||||||
Ada
|
Ada
|
||||||
|
drop table t1,t2;
|
||||||
|
@ -115,8 +115,8 @@ master-bin.000001 # Query 1 # use `test`; insert into t1 values(1)
|
|||||||
master-bin.000001 # Query 1 # use `test`; insert ignore into t1 values(1)
|
master-bin.000001 # Query 1 # use `test`; insert ignore into t1 values(1)
|
||||||
master-bin.000001 # Query 1 # use `test`; replace into t1 values(100)
|
master-bin.000001 # Query 1 # use `test`; replace into t1 values(100)
|
||||||
master-bin.000001 # Query 1 # use `test`; create table t2 (a varchar(200)) engine=blackhole
|
master-bin.000001 # Query 1 # use `test`; create table t2 (a varchar(200)) engine=blackhole
|
||||||
master-bin.000001 # Begin_load_query 1 # ;file_id=1;block_len=581
|
master-bin.000001 # Begin_load_query 1 # ;file_id=#;block_len=581
|
||||||
master-bin.000001 # Execute_load_query 1 # use `test`; load data infile '../std_data_ln/words.dat' into table t2 ;file_id=1
|
master-bin.000001 # Execute_load_query 1 # use `test`; load data infile '../std_data_ln/words.dat' into table t2 ;file_id=#
|
||||||
master-bin.000001 # Query 1 # use `test`; alter table t1 add b int
|
master-bin.000001 # Query 1 # use `test`; alter table t1 add b int
|
||||||
master-bin.000001 # Query 1 # use `test`; alter table t1 drop b
|
master-bin.000001 # Query 1 # use `test`; alter table t1 drop b
|
||||||
master-bin.000001 # Query 1 # use `test`; create table t3 like t1
|
master-bin.000001 # Query 1 # use `test`; create table t3 like t1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
drop table if exists t1;
|
drop table if exists t1, t2;
|
||||||
select CASE "b" when "a" then 1 when "b" then 2 END;
|
select CASE "b" when "a" then 1 when "b" then 2 END;
|
||||||
CASE "b" when "a" then 1 when "b" then 2 END
|
CASE "b" when "a" then 1 when "b" then 2 END
|
||||||
2
|
2
|
||||||
|
@ -128,6 +128,7 @@ select * from t3;
|
|||||||
let $VERSION=`select version()`;
|
let $VERSION=`select version()`;
|
||||||
--replace_result $VERSION VERSION
|
--replace_result $VERSION VERSION
|
||||||
--replace_column 2 # 5 #
|
--replace_column 2 # 5 #
|
||||||
|
--replace_regex /file_id=[0-9]+/file_id=#/
|
||||||
show binlog events;
|
show binlog events;
|
||||||
|
|
||||||
drop table t1,t2,t3;
|
drop table t1,t2,t3;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1, t2;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
select CASE "b" when "a" then 1 when "b" then 2 END;
|
select CASE "b" when "a" then 1 when "b" then 2 END;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user