Skip to content

Commit 4aa97ba

Browse files
committed
Fix innodb-system-table-view for --embedded
1 parent 864f000 commit 4aa97ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mysql-test/suite/innodb/include/show_i_s_tablespaces.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--echo === information_schema.innodb_sys_tablespaces and innodb_sys_datafiles ===
55
--disable_query_log
66
--replace_regex /#P#/#p#/ /#SP#/#sp#/
7-
--replace_result ./ MYSQLD_DATADIR/ $MYSQLD_DATADIR/ MYSQLD_DATADIR/ $MYSQLD_DATADIR MYSQLD_DATADIR/ $MYSQL_TMP_DIR MYSQL_TMP_DIR $INNODB_PAGE_SIZE DEFAULT
7+
--replace_result ./ MYSQLD_DATADIR/ $MYSQLD_DATADIR MYSQLD_DATADIR $MYSQL_TMP_DIR MYSQL_TMP_DIR $INNODB_PAGE_SIZE DEFAULT
88
SELECT s.name 'Space_Name',
99
s.page_size 'Page_Size',
1010
s.zip_page_size 'Zip_Size',

mysql-test/suite/innodb/t/innodb-system-table-view.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44

55
--source include/innodb_page_size_small.inc
66

7-
--disable_query_log
8-
SET default_storage_engine=InnoDB;
97
LET $MYSQLD_DATADIR = `select @@datadir`;
108
LET $INNODB_PAGE_SIZE = `select @@innodb_page_size`;
11-
--enable_query_log
129

1310
# The IDs of mysql.innodb_table_stats and mysql.innodb_index_stats may
1411
# vary depending on whether the tables have been rebuilt

0 commit comments

Comments
 (0)