[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.195.2: ~ $
# Warning: The current test has problematic properties at runtime
# - non debug build ~ 3h
# - debug build     ~ 8h
# - space consumption in minimum 60 GB on disk
#
#   Therefore we skip in case '--big-test' is not assigned.
--source include/big_test.inc
#   Hence we skip on debug builds.
--source include/have_nodebug.inc

#
# Bug#27029 alter table ... enable keys crashes mysqld on large table
#
--disable_warnings
drop table if exists t1;
--enable_warnings

create table `t1` (`c1` tinyint unsigned not null, key `c1` (`c1`))
engine=myisam default charset=utf8;
alter table `t1` disable keys;
insert into t1 values (1),(2),(3),(4);
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1 limit 2147483647; #Insert 4294967295 rows.
alter table t1 enable keys;
drop table t1;

Filemanager

Name Type Size Permission Actions
alter_table.test File 1.67 KB 0644
lock_tables_big.test File 1018 B 0644
rpl_slave_net_timeout-slave.opt File 21 B 0644
rpl_slave_net_timeout.test File 3.04 KB 0644