summaryrefslogtreecommitdiff
path: root/mysql-test/r/openssl_1.result
diff options
context:
space:
mode:
authormsvensson@pilot.blaudden <>2007-04-12 14:29:10 +0200
committermsvensson@pilot.blaudden <>2007-04-12 14:29:10 +0200
commit9a530869950190f0bf598ce6f77072971fbb89a3 (patch)
tree52dec1af3e19c571897ae5e682cb03de69bc0831 /mysql-test/r/openssl_1.result
parent3a8b0edcb501807705aa13ce248d939fcfe0e849 (diff)
downloadmariadb-git-9a530869950190f0bf598ce6f77072971fbb89a3.tar.gz
Update result file to 5.1 format of SHOW CREATE
Diffstat (limited to 'mysql-test/r/openssl_1.result')
-rw-r--r--mysql-test/r/openssl_1.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/openssl_1.result b/mysql-test/r/openssl_1.result
index 0ee74237120..c01a9643e8a 100644
--- a/mysql-test/r/openssl_1.result
+++ b/mysql-test/r/openssl_1.result
@@ -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;