summaryrefslogtreecommitdiff
path: root/mysql-test/suite/archive/archive.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-07-19 11:18:58 +0200
committerSergei Golubchik <serg@mariadb.org>2016-08-27 16:59:11 +0200
commit6820bf9ca9c5992a7e9d382aa8aaabff6751fd46 (patch)
treee2fa1ce063ac1606712dd270c713246cdba37302 /mysql-test/suite/archive/archive.result
parentc5c9128af6f82d5ee13eedc040c5c7e8a902681b (diff)
downloadmariadb-git-6820bf9ca9c5992a7e9d382aa8aaabff6751fd46.tar.gz
do not quote numbers in the DEFAULT clause in SHOW CREATE
Diffstat (limited to 'mysql-test/suite/archive/archive.result')
-rw-r--r--mysql-test/suite/archive/archive.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/archive/archive.result b/mysql-test/suite/archive/archive.result
index d0ab319c4fa..603621abf2a 100644
--- a/mysql-test/suite/archive/archive.result
+++ b/mysql-test/suite/archive/archive.result
@@ -11136,8 +11136,8 @@ SHOW CREATE TABLE t2;
Table Create Table
t2 CREATE TABLE `t2` (
`auto` int(11) DEFAULT NULL,
- `fld1` int(6) unsigned zerofill NOT NULL DEFAULT '000000',
- `companynr` tinyint(2) unsigned zerofill NOT NULL DEFAULT '00',
+ `fld1` int(6) unsigned zerofill NOT NULL DEFAULT 000000,
+ `companynr` tinyint(2) unsigned zerofill NOT NULL DEFAULT 00,
`fld3` char(30) NOT NULL DEFAULT '',
`fld4` char(35) NOT NULL DEFAULT '',
`fld5` char(35) NOT NULL DEFAULT ''