mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix innodb-system-table-view for --embedded
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
--echo === information_schema.innodb_sys_tablespaces and innodb_sys_datafiles ===
|
||||
--disable_query_log
|
||||
--replace_regex /#P#/#p#/ /#SP#/#sp#/
|
||||
--replace_result ./ MYSQLD_DATADIR/ $MYSQLD_DATADIR/ MYSQLD_DATADIR/ $MYSQLD_DATADIR MYSQLD_DATADIR/ $MYSQL_TMP_DIR MYSQL_TMP_DIR $INNODB_PAGE_SIZE DEFAULT
|
||||
--replace_result ./ MYSQLD_DATADIR/ $MYSQLD_DATADIR MYSQLD_DATADIR $MYSQL_TMP_DIR MYSQL_TMP_DIR $INNODB_PAGE_SIZE DEFAULT
|
||||
SELECT s.name 'Space_Name',
|
||||
s.page_size 'Page_Size',
|
||||
s.zip_page_size 'Zip_Size',
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user