mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-33341 innodb.undo_space_dblwr test case fails with Unknown Storage Engine InnoDB
- Failed to reset the innodb_fil_make_page_dirty_debug variable in innodb_saved_page_number_debug_basic test case.
This commit is contained in:
committed by
Marko Mäkelä
parent
d40eaf2dab
commit
c31b1ee26a
@@ -23,6 +23,7 @@ set global innodb_saved_page_number_debug = 0;
|
||||
set global innodb_fil_make_page_dirty_debug = @space_id;
|
||||
drop table t1;
|
||||
set global innodb_saved_page_number_debug = 0;
|
||||
set global innodb_fil_make_page_dirty_debug = 0;
|
||||
SELECT @@global.innodb_saved_page_number_debug;
|
||||
@@global.innodb_saved_page_number_debug
|
||||
0
|
||||
|
||||
@@ -30,6 +30,7 @@ set global innodb_fil_make_page_dirty_debug = @space_id;
|
||||
drop table t1;
|
||||
|
||||
set global innodb_saved_page_number_debug = 0;
|
||||
set global innodb_fil_make_page_dirty_debug = 0;
|
||||
|
||||
SELECT @@global.innodb_saved_page_number_debug;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user