Browse Source

merging: results adjusted

pull/73/head
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru 18 years ago
parent
commit
6e6727d244
  1. 2
      mysql-test/r/ctype_big5.result
  2. 2
      mysql-test/r/ctype_euckr.result
  3. 2
      mysql-test/r/ctype_gb2312.result
  4. 2
      mysql-test/r/ctype_gbk.result
  5. 2
      mysql-test/r/ctype_uca.result

2
mysql-test/r/ctype_big5.result

@ -54,6 +54,8 @@ location
DROP TABLE t1;
create table t1 (a set('a') not null);
insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1;
cast(a as char(1))

2
mysql-test/r/ctype_euckr.result

@ -54,6 +54,8 @@ location
DROP TABLE t1;
create table t1 (a set('a') not null);
insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1;
cast(a as char(1))

2
mysql-test/r/ctype_gb2312.result

@ -54,6 +54,8 @@ location
DROP TABLE t1;
create table t1 (a set('a') not null);
insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1;
cast(a as char(1))

2
mysql-test/r/ctype_gbk.result

@ -54,6 +54,8 @@ location
DROP TABLE t1;
create table t1 (a set('a') not null);
insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1;
cast(a as char(1))

2
mysql-test/r/ctype_uca.result

@ -2589,6 +2589,8 @@ location
DROP TABLE t1;
create table t1 (a set('a') not null);
insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1;
cast(a as char(1))

Loading…
Cancel
Save