mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Update result file to 5.1 format of SHOW CREATE
This commit is contained in:
parent
d2e1e4c4f9
commit
f27559edd4
1 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ INSERT INTO t1 VALUES (1), (2);
|
|||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
DROP TABLE IF EXISTS `t1`;
|
||||
CREATE TABLE `t1` (
|
||||
`a` int(11) default NULL
|
||||
`a` int(11) DEFAULT NULL
|
||||
);
|
||||
|
||||
LOCK TABLES `t1` WRITE;
|
||||
|
|
@ -131,7 +131,7 @@ UNLOCK TABLES;
|
|||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
DROP TABLE IF EXISTS `t1`;
|
||||
CREATE TABLE `t1` (
|
||||
`a` int(11) default NULL
|
||||
`a` int(11) DEFAULT NULL
|
||||
);
|
||||
|
||||
LOCK TABLES `t1` WRITE;
|
||||
|
|
@ -162,7 +162,7 @@ UNLOCK TABLES;
|
|||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
DROP TABLE IF EXISTS `t1`;
|
||||
CREATE TABLE `t1` (
|
||||
`a` int(11) default NULL
|
||||
`a` int(11) DEFAULT NULL
|
||||
);
|
||||
|
||||
LOCK TABLES `t1` WRITE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue