Clean up a test
This commit is contained in:
parent
7b16291c36
commit
141592cedb
@ -87,6 +87,3 @@ worklog5743;
|
|||||||
col_1_text = REPEAT("a", 3500) col_2_text = REPEAT("o", 3500)
|
col_1_text = REPEAT("a", 3500) col_2_text = REPEAT("o", 3500)
|
||||||
1 1
|
1 1
|
||||||
DROP TABLE worklog5743;
|
DROP TABLE worklog5743;
|
||||||
SET GLOBAL innodb_large_prefix=1;
|
|
||||||
Warnings:
|
|
||||||
Warning 131 Using innodb_large_prefix is deprecated and the parameter may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
|
|
||||||
|
@ -10,13 +10,8 @@
|
|||||||
# #
|
# #
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
# Don't test this under valgrind, memory leaks will occur due restart
|
# Embedded server tests do not support restarting
|
||||||
--source include/not_valgrind.inc
|
|
||||||
# Test restart the server and "shutdown_server" looks for pid file
|
|
||||||
# which is not there with embedded mode
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
# Save innodb variables
|
|
||||||
let $innodb_large_prefix_orig=`select @@innodb_large_prefix`;
|
|
||||||
|
|
||||||
set global innodb_large_prefix=1;
|
set global innodb_large_prefix=1;
|
||||||
|
|
||||||
@ -97,8 +92,3 @@ SELECT col_1_text = REPEAT("a", 3500) , col_2_text = REPEAT("o", 3500) FROM
|
|||||||
worklog5743;
|
worklog5743;
|
||||||
|
|
||||||
DROP TABLE worklog5743;
|
DROP TABLE worklog5743;
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
eval SET GLOBAL innodb_large_prefix=$innodb_large_prefix_orig;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user