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
c991939b
Commit
c991939b
authored
Jan 29, 2019
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MariaDB detect incorrect table name
parent
c4f97d3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
storage/tokudb/mysql-test/tokudb_bugs/r/PS-4979.result
storage/tokudb/mysql-test/tokudb_bugs/r/PS-4979.result
+1
-1
storage/tokudb/mysql-test/tokudb_bugs/t/PS-4979.test
storage/tokudb/mysql-test/tokudb_bugs/t/PS-4979.test
+2
-1
No files found.
storage/tokudb/mysql-test/tokudb_bugs/r/PS-4979.result
View file @
c991939b
CREATE TABLE `#mysql50#q.q`(f1 INT KEY) ENGINE=TOKUDB;
ERROR
HY000: Got error 1632 from storage engine
ERROR
42000: Incorrect table name '#mysql50#q.q'
storage/tokudb/mysql-test/tokudb_bugs/t/PS-4979.test
View file @
c991939b
...
...
@@ -7,6 +7,7 @@
# engine expects a table name in the form of a relative path like
# "./databasename/tablename". InnoDB detects this in parsing the table name
# during the creation and returns an error.
# MariaDB server detect above error.
--
error
ER_
GET_ERRNO
--
error
ER_
WRONG_TABLE_NAME
CREATE
TABLE
`#mysql50#q.q`
(
f1
INT
KEY
)
ENGINE
=
TOKUDB
;
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