mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB.
This commit is contained in:
19
mysql-test/suite/percona/percona_innodb_buffer_pool_shm.test
Normal file
19
mysql-test/suite/percona/percona_innodb_buffer_pool_shm.test
Normal file
@@ -0,0 +1,19 @@
|
||||
--source include/big_test.inc
|
||||
--source include/have_innodb.inc
|
||||
show variables like 'innodb_buffer_pool_shm%';
|
||||
|
||||
#clean shutdown (restart_mysqld.inc is not clean if over 10 sec...)
|
||||
--write_file $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
||||
wait
|
||||
EOF
|
||||
shutdown_server 120;
|
||||
--append_file $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
||||
restart
|
||||
EOF
|
||||
--enable_reconnect
|
||||
--source include/wait_until_connected_again.inc
|
||||
--disable_reconnect
|
||||
|
||||
show variables like 'innodb_buffer_pool_shm%';
|
||||
--sleep 1
|
||||
--system ipcrm -M 123456
|
||||
Reference in New Issue
Block a user