Commit 6dc4dfb3 authored by unknown's avatar unknown

merging: results adjusted

parent 19810085
...@@ -54,6 +54,8 @@ location ...@@ -54,6 +54,8 @@ location
DROP TABLE t1; DROP TABLE t1;
create table t1 (a set('a') not null); create table t1 (a set('a') not null);
insert into t1 values (),(); insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1; select cast(a as char(1)) from t1;
cast(a as char(1)) cast(a as char(1))
......
...@@ -54,6 +54,8 @@ location ...@@ -54,6 +54,8 @@ location
DROP TABLE t1; DROP TABLE t1;
create table t1 (a set('a') not null); create table t1 (a set('a') not null);
insert into t1 values (),(); insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1; select cast(a as char(1)) from t1;
cast(a as char(1)) cast(a as char(1))
......
...@@ -54,6 +54,8 @@ location ...@@ -54,6 +54,8 @@ location
DROP TABLE t1; DROP TABLE t1;
create table t1 (a set('a') not null); create table t1 (a set('a') not null);
insert into t1 values (),(); insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1; select cast(a as char(1)) from t1;
cast(a as char(1)) cast(a as char(1))
......
...@@ -54,6 +54,8 @@ location ...@@ -54,6 +54,8 @@ location
DROP TABLE t1; DROP TABLE t1;
create table t1 (a set('a') not null); create table t1 (a set('a') not null);
insert into t1 values (),(); insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1; select cast(a as char(1)) from t1;
cast(a as char(1)) cast(a as char(1))
......
...@@ -2589,6 +2589,8 @@ location ...@@ -2589,6 +2589,8 @@ location
DROP TABLE t1; DROP TABLE t1;
create table t1 (a set('a') not null); create table t1 (a set('a') not null);
insert into t1 values (),(); insert into t1 values (),();
Warnings:
Warning 1364 Field 'a' doesn't have a default value
select cast(a as char(1)) from t1; select cast(a as char(1)) from t1;
cast(a as char(1)) cast(a as char(1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment