0
votes
0answers
30 views

MySQL intentional server crash on semaphore wait from INSERT

I am having a problem where if I used innodb_file_per_table on MySQL 5.5.29 when there's an insert on a large table 8 GB a semaphore will timeout after waiting > 600s and crash the server. This is ...