reformat the test
This commit is contained in:
parent
0204cf182a
commit
8535189f32
@ -103,8 +103,11 @@ drop table t;
|
|||||||
# MDEV-29387: Period name with more than 32 symbols crashes the server
|
# MDEV-29387: Period name with more than 32 symbols crashes the server
|
||||||
#
|
#
|
||||||
# test 34 symbols
|
# test 34 symbols
|
||||||
create table t2 (s date, e date, period for `abcd123456789012345678901234567890` (s,e));
|
create table t2 (s date, e date,
|
||||||
|
period for `abcd123456789012345678901234567890` (s,e));
|
||||||
drop table t2;
|
drop table t2;
|
||||||
# test 64 symbols
|
# test 64 symbols
|
||||||
create table t2 (s date, e date, period for `abcd123456789012345678901234567890123456789012345678901234567890` (s,e));
|
create table t2 (s date, e date, period for
|
||||||
|
`abcd123456789012345678901234567890123456789012345678901234567890`
|
||||||
|
(s,e));
|
||||||
drop table t2;
|
drop table t2;
|
||||||
|
@ -90,9 +90,12 @@ drop table t;
|
|||||||
--echo #
|
--echo #
|
||||||
|
|
||||||
--echo # test 34 symbols
|
--echo # test 34 symbols
|
||||||
create table t2 (s date, e date, period for `abcd123456789012345678901234567890` (s,e));
|
create table t2 (s date, e date,
|
||||||
|
period for `abcd123456789012345678901234567890` (s,e));
|
||||||
drop table t2;
|
drop table t2;
|
||||||
|
|
||||||
--echo # test 64 symbols
|
--echo # test 64 symbols
|
||||||
create table t2 (s date, e date, period for `abcd123456789012345678901234567890123456789012345678901234567890` (s,e));
|
create table t2 (s date, e date, period for
|
||||||
|
`abcd123456789012345678901234567890123456789012345678901234567890`
|
||||||
|
(s,e));
|
||||||
drop table t2;
|
drop table t2;
|
Loading…
x
Reference in New Issue
Block a user