Logo
Explore Help
Sign In
1berry/MariaDB-server
1
0
Fork 0
You've already forked MariaDB-server
Code Issues Packages Projects Releases Wiki Activity
MariaDB-server/mysql-test/include/have_stat_tables.inc

6 lines
186 B
PHP
Raw Permalink Normal View History

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.
2012-05-08 16:42:55 -07:00
if (`select count(*) < 3 from information_schema.tables
Changed the names of the system tables for statistical data: table_stat -> table_stats column_stat -> column_stats index_stat -> index_stats to be in line with the names of innodb statistical tables from mysql-5.6: innodb_table_stats and innodb_index_stats.
2012-12-05 00:31:05 -08:00
where table_schema = 'mysql' and table_name in ('table_stats','column_stats','index_stats')`)
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.
2012-05-08 16:42:55 -07:00
{
--skip Needs stat tables
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 663ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API