summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijun-H <huangweijun1001@gmail.com>2022-11-24 22:48:13 +0000
committerNikita Malyavin <nikitamalyavin@gmail.com>2022-11-27 05:11:39 +1000
commit8fc23c4a75737db3e73c1ca11a87109a4e252468 (patch)
treeb88bd2630f0a0917be0570051e3d1f17021212bd
parent196a54052a090cfdaf21f23e510a6790ac79ae19 (diff)
downloadmariadb-git-8fc23c4a75737db3e73c1ca11a87109a4e252468.tar.gz
remove redundant test file
-rw-r--r--mysql-test/main/period_name.result9
-rw-r--r--mysql-test/main/period_name.test11
2 files changed, 0 insertions, 20 deletions
diff --git a/mysql-test/main/period_name.result b/mysql-test/main/period_name.result
deleted file mode 100644
index 85004469cd1..00000000000
--- a/mysql-test/main/period_name.result
+++ /dev/null
@@ -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;
diff --git a/mysql-test/main/period_name.test b/mysql-test/main/period_name.test
deleted file mode 100644
index bc9178350be..00000000000
--- a/mysql-test/main/period_name.test
+++ /dev/null
@@ -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;