From 6c173324ffa0c6d5a6997610ee4e6cc73bd9ae9e Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Thu, 30 Jun 2016 00:16:10 +0200 Subject: Part of MDEV-10134 Add full support for DEFAULT Print default values for BLOB's. This is a part commit for automatic changes to make the real commit smaller. All changes here are related to that we now print DEFAULT NULL for blob and text fields, like we do for all other fields. --- storage/test_sql_discovery/mysql-test/sql_discovery/simple.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/test_sql_discovery') diff --git a/storage/test_sql_discovery/mysql-test/sql_discovery/simple.result b/storage/test_sql_discovery/mysql-test/sql_discovery/simple.result index 94f3bd1ed87..2e68d8be6b4 100644 --- a/storage/test_sql_discovery/mysql-test/sql_discovery/simple.result +++ b/storage/test_sql_discovery/mysql-test/sql_discovery/simple.result @@ -124,7 +124,7 @@ Table Create Table t1 CREATE TABLE t1 ( a int(11) NOT NULL DEFAULT '5', b timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, - c tinyblob, + c tinyblob DEFAULT NULL, d decimal(5,2) DEFAULT NULL, e varchar(30) CHARACTER SET ascii DEFAULT NULL, f geometry NOT NULL, -- cgit v1.2.1