mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Re-record a failing test, likely related to MDEV-12610
This commit is contained in:
@@ -12,13 +12,13 @@ create database innodb_encrypted_1;
|
|||||||
use innodb_encrypted_1;
|
use innodb_encrypted_1;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
set autocommit=0;
|
set autocommit=0;
|
||||||
set autocommit=1;
|
set autocommit=1;
|
||||||
commit work;
|
commit work;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
# should be 100
|
# should be 100
|
||||||
SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE NAME LIKE 'innodb_encrypted%';
|
SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE NAME LIKE 'innodb_encrypted%';
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
@@ -88,47 +88,47 @@ Innodb_pages0_read 3
|
|||||||
# Restart Success!
|
# Restart Success!
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
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 1
|
Innodb_pages0_read 3
|
||||||
use innodb_encrypted_1;
|
use innodb_encrypted_1;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
use innodb_encrypted_2;
|
use innodb_encrypted_2;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
use innodb_encrypted_3;
|
use innodb_encrypted_3;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
use innodb_encrypted_1;
|
use innodb_encrypted_1;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 1
|
Innodb_pages0_read 3
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 101
|
Innodb_pages0_read 103
|
||||||
use innodb_encrypted_2;
|
use innodb_encrypted_2;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 101
|
Innodb_pages0_read 103
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 201
|
Innodb_pages0_read 203
|
||||||
use innodb_encrypted_3;
|
use innodb_encrypted_3;
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 201
|
Innodb_pages0_read 203
|
||||||
show status like 'innodb_pages0_read%';
|
show status like 'innodb_pages0_read%';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_pages0_read 301
|
Innodb_pages0_read 303
|
||||||
SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0 AND NAME LIKE 'innodb_encrypted%';
|
SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0 AND NAME LIKE 'innodb_encrypted%';
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
100
|
100
|
||||||
|
Reference in New Issue
Block a user