remove redundant test file
This commit is contained in:
parent
196a54052a
commit
8fc23c4a75
@ -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;
|
@ -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;
|
Loading…
x
Reference in New Issue
Block a user