mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Backport MySQL WL#2540 into MariaDB.
Patch backported: bzr diff '-rrevid:alfranio.correia@oracle.com-20101121143257-se3vpqus73l4mum0 ..revid:luis.soares@oracle.com-20101124111752-9b8260bd1qak87hr' --old=lp:mysql-server --new=lp:mysql-server
This commit is contained in:
@@ -142,7 +142,10 @@ select * from t2;
|
||||
connection master;
|
||||
create temporary table temp_table (a char(80) not null);
|
||||
insert into temp_table values ("testing temporary tables part 2");
|
||||
let $1=100;
|
||||
|
||||
# the nummber of produced logs is sensitive to whether checksum is NONE or CRC32
|
||||
# the value of 90 makes it even
|
||||
let $1=90;
|
||||
|
||||
create table t3 (n int);
|
||||
disable_query_log;
|
||||
|
Reference in New Issue
Block a user