Comment 1 for bug 332280

Revision history for this message
Feifei Jia (ffjia) wrote :

I've also encountered this days ago when loading a large file (31GB) to a compressed table.

To reproduce:

mysql> create table t engine=innodb row_format=compressed;
mysql> load data infile '/path/to/file' into table t;

wait...

and the same (as above) error output shows up in the *.err file, cannot abort transaction...

############################################################
Server version: 5.1.33-log MySQL 5.1.33snapshot

# uname -a
Linux mysql-server 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 11:57:43 EST 2008 x86_64 x86_64 x86_64 GNU/Linux