mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
# embedded does not support restart
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
--echo # Restart mysqld --loose-file-key-management-filename=keys2.txt
|
||||
-- let $restart_parameters=--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys2.txt
|
||||
-- source include/restart_mysqld.inc
|
||||
|
||||
@ -43,7 +42,6 @@ select * from innodb_redundant;
|
||||
SELECT variable_value >= 0 FROM information_schema.global_status WHERE variable_name = 'innodb_num_pages_encrypted';
|
||||
SELECT variable_value >= 0 FROM information_schema.global_status WHERE variable_name = 'innodb_num_pages_decrypted';
|
||||
|
||||
--echo # Restart mysqld --loose-file-key-management-filename=keys3.txt
|
||||
-- let $restart_parameters=--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys3.txt
|
||||
-- source include/restart_mysqld.inc
|
||||
|
||||
|
Reference in New Issue
Block a user