1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix innodb-system-table-view for --embedded

This commit is contained in:
Marko Mäkelä
2019-07-19 09:48:17 +03:00
parent 864f0005f9
commit 4aa97ba594
2 changed files with 1 additions and 4 deletions

View File

@ -4,11 +4,8 @@
--source include/innodb_page_size_small.inc
--disable_query_log
SET default_storage_engine=InnoDB;
LET $MYSQLD_DATADIR = `select @@datadir`;
LET $INNODB_PAGE_SIZE = `select @@innodb_page_size`;
--enable_query_log
# The IDs of mysql.innodb_table_stats and mysql.innodb_index_stats may
# vary depending on whether the tables have been rebuilt