mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Adjust a test result after merge
This commit is contained in:
@ -55,15 +55,15 @@ commit;
|
|||||||
# i.e. < 23 + 3 = 26
|
# i.e. < 23 + 3 = 26
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 17
|
Innodb_pages0_read 19
|
||||||
use innodb_test;
|
use innodb_test;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 17
|
Innodb_pages0_read 19
|
||||||
use test;
|
use test;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 17
|
Innodb_pages0_read 19
|
||||||
set global innodb_encrypt_tables=OFF;
|
set global innodb_encrypt_tables=OFF;
|
||||||
# wait until tables are decrypted
|
# wait until tables are decrypted
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
@ -77,11 +77,11 @@ use test;
|
|||||||
# restart and see number read page 0
|
# restart and see number read page 0
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 17
|
Innodb_pages0_read 19
|
||||||
use innodb_test;
|
use innodb_test;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 17
|
Innodb_pages0_read 19
|
||||||
use test;
|
use test;
|
||||||
drop database innodb_test;
|
drop database innodb_test;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
|
Reference in New Issue
Block a user