summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_cp1251.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-03-25 11:09:12 +0100
committerSergei Golubchik <sergii@pisem.net>2014-03-25 11:09:12 +0100
commit21a17536c6aa440ff86705e9f99f9dded0c70e64 (patch)
tree4258e38f6a651b4e51b022b1bd72b791968f395e /mysql-test/r/ctype_cp1251.result
parent434bbc34ad1a4307d596907a08e5eca9cb996107 (diff)
parent63d0918807739dd19578ce9db80acbfd8ea158e6 (diff)
downloadmariadb-git-21a17536c6aa440ff86705e9f99f9dded0c70e64.tar.gz
5.3 merge
Diffstat (limited to 'mysql-test/r/ctype_cp1251.result')
-rw-r--r--mysql-test/r/ctype_cp1251.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ctype_cp1251.result b/mysql-test/r/ctype_cp1251.result
index 723f7534259..4b8a26265e3 100644
--- a/mysql-test/r/ctype_cp1251.result
+++ b/mysql-test/r/ctype_cp1251.result
@@ -1132,7 +1132,7 @@ create table t1 as select concat(uncompressed_length('')) as c1;
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
- `c1` varchar(10) CHARACTER SET cp1251 NOT NULL DEFAULT ''
+ `c1` varchar(10) CHARACTER SET cp1251 DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
create table t1 as select concat(connection_id()) as c1;