mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Bug# 16718 partitioning support status variable has incorrect name
change status variable from have_partition_engine to have_partitioning.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- require r/have_partition.require
|
||||
disable_query_log;
|
||||
show variables like "have_partition_engine";
|
||||
show variables like "have_partitioning";
|
||||
enable_query_log;
|
||||
|
Reference in New Issue
Block a user