…: Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov)… options, all secondary key definitions would be lost. Bug fixed #989253 (Alexey Kopytov). Warning about…the launchpad bug tracker. UPDATE[18-04-2013]: There was a RPM packaging regression …
Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue
…Features: Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov… options, all secondary key definitions would be lost. Bug fixed #989253 (Alexey Kopytov). Warning … launchpad bug tracker. UPDATE[18-04-2013]: There was a RPM packaging regression …
Post: Recovering Innodb table Corruption
… corrupted table I am getting: mysql> check table test; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> check table test… approach: mysql> insert into test2 select * from test; ERROR 2013 (HY000): Lost connection to MySQL server during query You may think will will…
Post: Recovering CREATE TABLE statement from .frm file
… the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 17 Server version: 5.1.30-community-log… (0.00 sec) mysql> select * from test_innodb; ERROR 2013 (HY000): Lost connection to MySQL server during query Recovering CREATE TABLE from .frm…
Comment: MySQL extensions for hosting
… the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2817 to server version: 5.0.51b-log… Database changed mysql> create table bbb SELECT * FROM aaa; ERROR 2013 (HY000): Lost connection to MySQL server during query
Comment: Recovering CREATE TABLE statement from .frm file
when I run this query to recover my data : mysql> insert into test_innodb values(1,2,3,4,5,6,7,8,9); it returns ERROR 2013 (HY000): Lost connection to MySQL server during query and no row recovered from .frm file

