summaryrefslogtreecommitdiff
path: root/mysql-test/main/period_name.test
blob: bc9178350be1be85a6672ac92b18fba854caf6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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;