1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix buildbot failures:

- MYSQL_MULTI_DELETE_DONE probe compile failure
- show_explain_non_select.test
This commit is contained in:
Sergey Petrunya
2013-10-15 16:39:54 +04:00
parent 7be365ea9c
commit c0a741f005
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
#
# SHOW EXPLAIN tests for non-select subqueries
#
#--source include/have_debug.inc
#--source include/have_innodb.inc
#--source include/not_embedded.inc
--source include/have_debug.inc
--source include/have_innodb.inc
--source include/not_embedded.inc
--disable_warnings
drop table if exists t0, t1;