mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Inverted the option --skip-stat-tables for --stat-tables.
Set it to 0 by default. Now only the tests that use persistent statistics tables require starting the server with --stat-tables set on.
This commit is contained in:
5
mysql-test/include/have_stat_tables.inc
Normal file
5
mysql-test/include/have_stat_tables.inc
Normal file
@ -0,0 +1,5 @@
|
||||
if (`select count(*) < 3 from information_schema.tables
|
||||
where table_schema = 'mysql' and table_name in ('table_stat','column_stat','index_stat')`)
|
||||
{
|
||||
--skip Needs stat tables
|
||||
}
|
Reference in New Issue
Block a user