mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Clean up a test
This commit is contained in:
parent
7b16291c36
commit
141592cedb
2 changed files with 1 additions and 14 deletions
|
@ -87,6 +87,3 @@ worklog5743;
|
|||
col_1_text = REPEAT("a", 3500) col_2_text = REPEAT("o", 3500)
|
||||
1 1
|
||||
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
|
||||
--source include/not_valgrind.inc
|
||||
# Test restart the server and "shutdown_server" looks for pid file
|
||||
# which is not there with embedded mode
|
||||
# Embedded server tests do not support restarting
|
||||
--source include/not_embedded.inc
|
||||
# Save innodb variables
|
||||
let $innodb_large_prefix_orig=`select @@innodb_large_prefix`;
|
||||
|
||||
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;
|
||||
|
||||
DROP TABLE worklog5743;
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
eval SET GLOBAL innodb_large_prefix=$innodb_large_prefix_orig;
|
||||
|
|
Loading…
Reference in a new issue