Commit 0613e6a4 authored by Alice Sherepa's avatar Alice Sherepa

innodb tests 561

parent 3277cd3d
...@@ -27,7 +27,7 @@ show warnings; ...@@ -27,7 +27,7 @@ show warnings;
create table innodb_redundant(c1 bigint not null, b char(200)) engine=innodb row_format=redundant; create table innodb_redundant(c1 bigint not null, b char(200)) engine=innodb row_format=redundant;
show create table innodb_redundant; show create table innodb_redundant;
--replace_regex /#sql-[0-9a-f_]*`/#sql-temporary`/ --replace_regex /#sql-[0-9a-f_]*`/#sql-temporary`/
--error ER_CANT_CREATE_TABLE --error ER_CANT_CREATE_TABLE, 1478
alter table innodb_redundant page_compressed=1; alter table innodb_redundant page_compressed=1;
--replace_regex /#sql-[0-9a-f_]*`/#sql-temporary`/ --replace_regex /#sql-[0-9a-f_]*`/#sql-temporary`/
show warnings; show warnings;
......
...@@ -19,7 +19,7 @@ SET GLOBAL innodb_buffer_pool_dump_at_shutdown=OFF; ...@@ -19,7 +19,7 @@ SET GLOBAL innodb_buffer_pool_dump_at_shutdown=OFF;
let SEARCH_FILE = $MYSQLTEST_VARDIR/log/my_restart.err; let SEARCH_FILE = $MYSQLTEST_VARDIR/log/my_restart.err;
--echo # Restart the server with --log-error --echo # Restart the server with --log-error
--replace_result $SEARCH_FILE SEARCH_FILE --replace_result $SEARCH_FILE SEARCH_FILE
--let $restart_parameters =--log-error=$SEARCH_FILE --no-console --let $restart_parameters =--log-error=$SEARCH_FILE
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
set global innodb_checksum_algorithm=strict_innodb; set global innodb_checksum_algorithm=strict_innodb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment