diff options
author | unknown <msvensson@pilot.blaudden> | 2007-04-12 14:29:10 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-04-12 14:29:10 +0200 |
commit | f27559edd43fa5ef9806e48fdedc0e9e0e6a6b7d (patch) | |
tree | 52dec1af3e19c571897ae5e682cb03de69bc0831 /mysql-test/r/openssl_1.result | |
parent | d2e1e4c4f9a06cae41dfb1cca744703fdb14307e (diff) | |
download | mariadb-git-f27559edd43fa5ef9806e48fdedc0e9e0e6a6b7d.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.result | 6 |
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; |