1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Updates to test and result files in the 'engine' suites following changes in 5.5

This commit is contained in:
Omer BarNir
2010-05-04 11:10:17 -07:00
parent d77f9505da
commit 8ac23986e7
84 changed files with 4151 additions and 4267 deletions

View File

@ -3,6 +3,10 @@
#
source include/master-slave.inc;
--disable_query_log
call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
--enable_query_log
create table t1(id int, i int, r1 int, r2 int, p varchar(100));
insert into t1 values(1, connection_id(), 0, 0, "");
# don't put rand and password in the same query, to see if they replicate