Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.6(EOL), 10.11, 11.4, 11.8, 12.3, 13.0, 13.1
-
Can result in unexpected behaviour
-
Q3/2026 Server Maintenance
Description
e.g.
--source include/have_innodb.inc
|
CREATE TABLE p (a INT PRIMARY KEY) ENGINE=InnoDB; |
CREATE TABLE t1 (a INT, CONSTRAINT `foo `` bar` FOREIGN KEY (a) REFERENCES p(a)) ENGINE=InnoDB; |
SHOW CREATE TABLE t1; |
DROP TABLE t1, p; |
Attachments
Issue Links
- relates to
-
MDEV-39776 SHOW CREATE TABLE corrupts `-quoted table options
-
- Closed
-
-
MDEV-40159 single quote in DATA DIRECTORY breaks SHOW CREATE TABLE
-
- Closed
-
- links to