diff options
author | Weijun-H <huangweijun1001@gmail.com> | 2022-11-24 22:48:13 +0000 |
---|---|---|
committer | Nikita Malyavin <nikitamalyavin@gmail.com> | 2022-11-27 05:11:39 +1000 |
commit | 640d299546239ff9ae045c8e422bbc7848a3a69d (patch) | |
tree | b88bd2630f0a0917be0570051e3d1f17021212bd | |
parent | bbabdaef31cc9286a35ae5b0aa9e53fe6d262cb7 (diff) | |
download | mariadb-git-640d299546239ff9ae045c8e422bbc7848a3a69d.tar.gz |
remove redundant test file
-rw-r--r-- | mysql-test/main/period_name.result | 9 | ||||
-rw-r--r-- | mysql-test/main/period_name.test | 11 |
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; |