mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
ccdecaea59
mysql-test/suite/innodb/r/innodb_bug60049.result: Updated results mysql-test/suite/innodb/t/innodb_bug60049.test: Force global.innodb_fast_shutdown to 0 as test require it mysql-test/suite/innodb_plugin/t/innodb_bug60049.test: Force global.innodb_fast_shutdown to 0 as test require it storage/pbxt/src/pthread_xt.cc: Disable call to setpriority()
9 lines
266 B
Text
9 lines
266 B
Text
set @@global.innodb_fast_shutdown=0;
|
|
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
|
RENAME TABLE t TO u;
|
|
DROP TABLE u;
|
|
SELECT @@innodb_fast_shutdown;
|
|
@@innodb_fast_shutdown
|
|
0
|
|
Last record of ID_IND root page (9):
|
|
1808000018050074000000000000000c5359535f464f524549474e5f434f4c53
|