1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

various test failures post-merge

This commit is contained in:
Sergei Golubchik
2019-09-06 17:31:02 +02:00
parent 244f0e6dd8
commit 38e21c7000
5 changed files with 4 additions and 17 deletions

View File

@ -1102,8 +1102,6 @@ set @@optimizer_use_condition_selectivity=4;
SELECT * FROM t1 WHERE a = f1();
SELECT @cnt;
alter table t1 force;
set @@use_stat_tables= @save_use_stat_tables;
set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity;
drop table t1;
drop function f1;