Comment 3 for bug 1385062

Revision history for this message
Ramesh Sivaraman (rameshvs02) wrote : Re: mysqld got signal 11 ; on ALTER TABLE | handle_fatal_signal (sig=11) in ha_innobase::inplace_alter_table

** Testcase

DROP DATABASE test;CREATE DATABASE test;USE test;
create table t1(c1 int);
set global innodb_trx_rseg_n_slots_debug=1;
truncate t1;
ALTER TABLE t1 ADD COLUMN c4 INT COMMENT ' E ';