mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
do not quote numbers in the DEFAULT clause in SHOW CREATE
This commit is contained in:
@ -72,7 +72,7 @@ Level Code Message
|
||||
SHOW CREATE TABLE `w_findispmon05u`;
|
||||
Table Create Table
|
||||
w_findispmon05u CREATE TABLE `w_findispmon05u` (
|
||||
`f5atpkey` int(11) NOT NULL DEFAULT '0',
|
||||
`f5atpkey` int(11) NOT NULL DEFAULT 0,
|
||||
`f5atzo05` int(11) DEFAULT NULL,
|
||||
`pos` bigint(21) DEFAULT NULL,
|
||||
`f5BnvB` int(9) DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user