1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix tests that were relying on @@have_partitioning

sql/sql_partition_admin.cc:
  compilation failures w/o partitioning
This commit is contained in:
Sergei Golubchik
2013-08-15 10:47:18 +02:00
parent 18fc51f5a4
commit 3462b6d3d2
10 changed files with 18 additions and 77 deletions

View File

@ -1,4 +1,4 @@
-- require r/have_partition.require
disable_query_log;
show variables like 'have_partitioning';
enable_query_log;
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'partition' AND PLUGIN_STATUS='ACTIVE'`)
{
--skip Test requires partitioning
}