mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/space/my/mysql-5.0
This commit is contained in:
commit
b5889b9029
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1,t2,t3,t4,t5,t6;
|
drop table if exists t1,t2,t3,t4,t5,t6;
|
||||||
drop database if exists mysqltest;
|
drop database if exists mysqltest;
|
||||||
--enable_warnings
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug 10838
|
# Bug 10838
|
||||||
|
@ -39,6 +38,7 @@ CREATE TABLE t1 (a varchar(30) binary NOT NULL DEFAULT ' ',
|
||||||
a1 varchar(30) binary NOT NULL DEFAULT ' ',
|
a1 varchar(30) binary NOT NULL DEFAULT ' ',
|
||||||
b1 tinyblob NULL)
|
b1 tinyblob NULL)
|
||||||
ENGINE=InnoDB DEFAULT CHARACTER SET = latin1 COLLATE latin1_bin;
|
ENGINE=InnoDB DEFAULT CHARACTER SET = latin1 COLLATE latin1_bin;
|
||||||
|
--enable_warnings
|
||||||
|
|
||||||
SHOW CREATE TABLE t1;
|
SHOW CREATE TABLE t1;
|
||||||
INSERT into t1 (b) values ('1');
|
INSERT into t1 (b) values ('1');
|
Loading…
Add table
Reference in a new issue