Bug #5430 ctype_tis620 test failure
BitKeeper/deleted/.del-ctype_tis620-master.opt~38b79f80b9348a14: Delete: mysql-test/t/ctype_tis620-master.opt
This commit is contained in:
parent
cc12a462d6
commit
8d1e535e4a
@ -116,7 +116,7 @@ CREATE TABLE t1 (
|
|||||||
recid int(11) NOT NULL auto_increment,
|
recid int(11) NOT NULL auto_increment,
|
||||||
dyninfo text,
|
dyninfo text,
|
||||||
PRIMARY KEY (recid)
|
PRIMARY KEY (recid)
|
||||||
) ENGINE=MyISAM;
|
) ENGINE=MyISAM CHARACTER SET tis620;
|
||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
@ -2890,7 +2890,7 @@ SELECT 'a\t' < 'a';
|
|||||||
SELECT 'a\t' < 'a ';
|
SELECT 'a\t' < 'a ';
|
||||||
'a\t' < 'a '
|
'a\t' < 'a '
|
||||||
1
|
1
|
||||||
CREATE TABLE t1 (a char(10) not null);
|
CREATE TABLE t1 (a char(10) not null) CHARACTER SET tis620;
|
||||||
INSERT INTO t1 VALUES ('a'),('a\0'),('a\t'),('a ');
|
INSERT INTO t1 VALUES ('a'),('a\0'),('a\t'),('a ');
|
||||||
SELECT hex(a),STRCMP(a,'a'), STRCMP(a,'a ') FROM t1;
|
SELECT hex(a),STRCMP(a,'a'), STRCMP(a,'a ') FROM t1;
|
||||||
hex(a) STRCMP(a,'a') STRCMP(a,'a ')
|
hex(a) STRCMP(a,'a') STRCMP(a,'a ')
|
||||||
|
@ -1 +0,0 @@
|
|||||||
--default-character-set=tis620
|
|
@ -69,7 +69,7 @@ CREATE TABLE t1 (
|
|||||||
recid int(11) NOT NULL auto_increment,
|
recid int(11) NOT NULL auto_increment,
|
||||||
dyninfo text,
|
dyninfo text,
|
||||||
PRIMARY KEY (recid)
|
PRIMARY KEY (recid)
|
||||||
) ENGINE=MyISAM;
|
) ENGINE=MyISAM CHARACTER SET tis620;
|
||||||
|
|
||||||
show create table t1;
|
show create table t1;
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ SELECT 'a\0' < 'a ';
|
|||||||
SELECT 'a\t' < 'a';
|
SELECT 'a\t' < 'a';
|
||||||
SELECT 'a\t' < 'a ';
|
SELECT 'a\t' < 'a ';
|
||||||
|
|
||||||
CREATE TABLE t1 (a char(10) not null);
|
CREATE TABLE t1 (a char(10) not null) CHARACTER SET tis620;
|
||||||
INSERT INTO t1 VALUES ('a'),('a\0'),('a\t'),('a ');
|
INSERT INTO t1 VALUES ('a'),('a\0'),('a\t'),('a ');
|
||||||
SELECT hex(a),STRCMP(a,'a'), STRCMP(a,'a ') FROM t1;
|
SELECT hex(a),STRCMP(a,'a'), STRCMP(a,'a ') FROM t1;
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user