File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
-- echo === information_schema.innodb_sys_tablespaces and innodb_sys_datafiles ===
5
5
-- disable_query_log
6
6
-- 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
8
8
SELECT s .name ' Space_Name' ,
9
9
s .page_size ' Page_Size' ,
10
10
s .zip_page_size ' Zip_Size' ,
Original file line number Diff line number Diff line change 4
4
5
5
--source include/innodb_page_size_small.inc
6
6
7
- --disable_query_log
8
- SET default_storage_engine=InnoDB;
9
7
LET $MYSQLD_DATADIR = `select @@datadir`;
10
8
LET $INNODB_PAGE_SIZE = `select @@innodb_page_size`;
11
- --enable_query_log
12
9
13
10
# The IDs of mysql.innodb_table_stats and mysql.innodb_index_stats may
14
11
# vary depending on whether the tables have been rebuilt
You can’t perform that action at this time.
0 commit comments