mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
-- source include/have_innodb.inc
|
||||
-- source include/have_file_key_management_plugin.inc
|
||||
|
||||
# The test can take very long time with valgrind
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb;
|
||||
show warnings;
|
||||
create table innodb_compact(c1 bigint not null, b char(200)) engine=innodb row_format=compact encrypted=yes encryption_key_id=1;
|
||||
|
@ -48,12 +48,6 @@ while ($cnt)
|
||||
{
|
||||
real_sleep 1;
|
||||
dec $cnt;
|
||||
if ($cnt == 200)
|
||||
{
|
||||
--disable_query_log
|
||||
set global innodb_encrypt_tables = on;
|
||||
--enable_query_log
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$success)
|
||||
@ -84,12 +78,6 @@ while ($cnt)
|
||||
{
|
||||
real_sleep 1;
|
||||
dec $cnt;
|
||||
if ($cnt == 200)
|
||||
{
|
||||
--disable_query_log
|
||||
set global innodb_encrypt_tables = off;
|
||||
--enable_query_log
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$success)
|
||||
@ -119,12 +107,6 @@ while ($cnt)
|
||||
{
|
||||
real_sleep 1;
|
||||
dec $cnt;
|
||||
if ($cnt == 200)
|
||||
{
|
||||
--disable_query_log
|
||||
set global innodb_encrypt_tables=on;
|
||||
--enable_query_log
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$success)
|
||||
|
Reference in New Issue
Block a user