Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6e6727d2
Commit
6e6727d2
authored
Oct 04, 2007
by
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merging: results adjusted
parent
fa252fec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
mysql-test/r/ctype_big5.result
mysql-test/r/ctype_big5.result
+2
-0
mysql-test/r/ctype_euckr.result
mysql-test/r/ctype_euckr.result
+2
-0
mysql-test/r/ctype_gb2312.result
mysql-test/r/ctype_gb2312.result
+2
-0
mysql-test/r/ctype_gbk.result
mysql-test/r/ctype_gbk.result
+2
-0
mysql-test/r/ctype_uca.result
mysql-test/r/ctype_uca.result
+2
-0
No files found.
mysql-test/r/ctype_big5.result
View file @
6e6727d2
...
...
@@ -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))
...
...
mysql-test/r/ctype_euckr.result
View file @
6e6727d2
...
...
@@ -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))
...
...
mysql-test/r/ctype_gb2312.result
View file @
6e6727d2
...
...
@@ -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))
...
...
mysql-test/r/ctype_gbk.result
View file @
6e6727d2
...
...
@@ -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))
...
...
mysql-test/r/ctype_uca.result
View file @
6e6727d2
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment