remove redundant test file

This commit is contained in:
Weijun-H 2022-11-24 22:48:13 +00:00 committed by Nikita Malyavin
parent 196a54052a
commit 8fc23c4a75
2 changed files with 0 additions and 20 deletions

View File

@ -1,9 +0,0 @@
#
# MDEV-29387: Period name with more than 32 symbols crashes the server
#
# test 34 symbols
create table t2 (s date, e date, period for `abcd123456789012345678901234567890` (s,e));
drop table t2;
# test 64 symbols
create table t2 (s date, e date, period for `abcd123456789012345678901234567890123456789012345678901234567890` (s,e));
drop table t2;

View File

@ -1,11 +0,0 @@
--echo #
--echo # MDEV-29387: Period name with more than 32 symbols crashes the server
--echo #
--echo # test 34 symbols
create table t2 (s date, e date, period for `abcd123456789012345678901234567890` (s,e));
drop table t2;
--echo # test 64 symbols
create table t2 (s date, e date, period for `abcd123456789012345678901234567890123456789012345678901234567890` (s,e));
drop table t2;