Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8fc23c4a
Commit
8fc23c4a
authored
Nov 24, 2022
by
Weijun-H
Committed by
Nikita Malyavin
Nov 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove redundant test file
parent
196a5405
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
mysql-test/main/period_name.result
mysql-test/main/period_name.result
+0
-9
mysql-test/main/period_name.test
mysql-test/main/period_name.test
+0
-11
No files found.
mysql-test/main/period_name.result
deleted
100644 → 0
View file @
196a5405
#
# 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;
mysql-test/main/period_name.test
deleted
100644 → 0
View file @
196a5405
--
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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment