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

BUG#884631: Table elimination works 5.3 release builds even if turned off

- Make table elimination to actually switch itself on/off in release builds.
This commit is contained in:
Sergey Petrunya
2011-11-01 12:04:11 +04:00
parent 57b3fefa03
commit acb2d4aad8
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,8 @@
#
# Table elimination (MWL#17) tests that need debug build
#
--source include/have_debug.inc
# In MariaDB 5.3, one can switch table_elimination on/off without debug, too:
## --source include/have_debug.inc
--disable_warnings
drop table if exists t1, t2;