Commit 25d93b82 authored by Nikita Malyavin's avatar Nikita Malyavin

fix main.query_cache_innodb and main.alter_table_{online,lock}

parent 5343d321
--source include/not_msan.inc
--source include/not_embedded.inc
--source include/have_innodb.inc
--echo #
......
--source include/binlog_combinations.inc
--source include/have_innodb.inc
--source include/not_embedded.inc
--echo #
--echo # alter ignore cannot be done online
......
......@@ -85,7 +85,7 @@ t2id id
use test;
drop database `#mysql50#-`;
SET NAMES default;
FOUND 8 /\[ERROR\] Invalid \(old\?\) table or database name/ in mysqld.1.err
FOUND 10 /\[ERROR\] Invalid \(old\?\) table or database name/ in mysqld.1.err
set global query_cache_type=DEFAULT;
set global query_cache_size=@save_query_cache_size;
End of 10.2 tests
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