mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
drop-on-restart.inc:
Drop 'mysqlslap' Added database name 'ndbsynctest' sql_table.cc, create.test, create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/r/create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/t/create.test: Patch for bug#17530 done by evgen, extracted from 5.0 sql/sql_table.cc: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/include/drop-on-restart.inc: Drop 'mysqlslap'
This commit is contained in:
@@ -661,4 +661,12 @@ alter table t1 max_rows=100000000000;
|
||||
show create table t1;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Bug#17530: Incorrect key truncation on table creation caused server crash.
|
||||
#
|
||||
create table t1(f1 varchar(800) binary not null, key(f1)) engine = innodb
|
||||
character set utf8 collate utf8_general_ci;
|
||||
insert into t1 values('aaa');
|
||||
drop table t1;
|
||||
|
||||
# End of 5.0 tests
|
||||
|
Reference in New Issue
Block a user