130108 22:21:12 mysqld_safe Starting mysqld daemon with databases from /db/mysql/data 130108 22:21:14 [Note] Plugin 'FEDERATED' is disabled. InnoDB: Warning: innodb_overwrite_relay_log_info is enabled. Updates by other storage engines may not be synchronized. 130108 22:21:14 InnoDB: The InnoDB memory heap is disabled 130108 22:21:14 InnoDB: Mutexes and rw_locks use GCC atomic builtins 130108 22:21:14 InnoDB: Compressed tables use zlib 1.2.3 130108 22:21:14 InnoDB: Using Linux native AIO 130108 22:21:14 InnoDB: Initializing buffer pool, size = 25.0G 130108 22:21:15 InnoDB: Completed initialization of buffer pool 130108 22:21:15 InnoDB: Log file /db/mysql/innodb/ib_logfile0 did not exist: new to be created InnoDB: Setting log file /db/mysql/innodb/ib_logfile0 size to 128 MB InnoDB: Database physically writes the file full: wait... InnoDB: Progress in MB: 100 130108 22:21:15 InnoDB: Log file /db/mysql/innodb/ib_logfile1 did not exist: new to be created InnoDB: Setting log file /db/mysql/innodb/ib_logfile1 size to 128 MB InnoDB: Database physically writes the file full: wait... InnoDB: Progress in MB: 100 130108 22:21:16 InnoDB: highest supported file format is Barracuda. InnoDB: The log sequence number in ibdata files does not match InnoDB: the log sequence number in the ib_logfiles! 130108 22:21:16 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... InnoDB: In a MySQL replication slave the last master binlog file InnoDB: position 4560246, file name mysql-bin.014992 InnoDB: and relay log file InnoDB: position 4560391, file name /db/mysql/log-relay/relay-bin.000175 InnoDB: Last MySQL binlog file position 0 190, file name /db/mysql/log-bin/mysql-bin.015156 130108 22:21:47 InnoDB: Waiting for the background threads to start 130108 22:21:48 Percona XtraDB (http://www.percona.com) 1.1.8-rel29.2 started; log sequence number 4796027448332 InnoDB: something wrong with relay-log.info. InnoDB will not overwrite it. 130108 22:21:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306 130108 22:21:48 [Note] - '0.0.0.0' resolves to '0.0.0.0'; 130108 22:21:48 [Note] Server socket created on IP: '0.0.0.0'. 130108 22:21:48 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure 130108 22:21:48 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure 130108 22:21:48 [Note] Event Scheduler: Loaded 0 events 130108 22:21:48 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.5.28-29.2-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 Percona Server (GPL), Release rel29.2, Revision 360 130108 23:39:24 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='', master_port='3306', master_log_file='', master_log_pos='4'. New state master_host='wc-c1-db1.med-web.com', master_port='3306', master_log_file='mysql-bin.014992', master_log_pos='4560246'. 130108 23:39:30 [Note] Slave SQL thread initialized, starting replication in log 'mysql-bin.014992' at position 4560246, relay log '/db/mysql/log-relay/relay-bin.000001' position: 4 130108 23:39:30 [Note] Slave I/O thread: connected to master 'repl@wc-c1-db1.med-web.com:3306',replication started in log 'mysql-bin.014992' at position 4560246 130109 0:31:53 [ERROR] Slave SQL: Error 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=HEAP MAX_ROWS=50' at line 1' on query. Default database: 'webchart_neuro'. Query: 'CREATE TEMPORARY TABLE IF NOT EXISTS pat_match (pat_id INT UNSIGNED NOT NULL PRIMARY KEY,first_name CHAR(101) NOT NULL,first_name_phn CHAR(15) NOT NULL,last_name CHAR(101) NOT NULL,last_name_phn CHAR(15) NOT NULL,middle_name CHAR(101) NOT NULL,birth_date DATETIME NOT NULL,match_rating INT UNSIGNED NOT NULL DEFAULT 0,KEY idx1 (last_name,first_name),KEY idx2 (last_name_phn,first_name_phn),KEY idx3 (birth_date),KEY idx4 (match_rating)) TYPE=HEAP MAX_ROWS=50', Error_code: 1064 130109 0:31:53 [Warning] Slave: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=HEAP MAX_ROWS=50' at line 1 Error_code: 1064 130109 0:31:53 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysql-bin.015016' position 104180922 130109 8:04:29 [Note] Slave SQL thread initialized, starting replication in log 'mysql-bin.015016' at position 104180922, relay log '/db/mysql/log-relay/relay-bin.000073' position: 104181068 130109 8:04:29 [Note] 'SQL_SLAVE_SKIP_COUNTER=1' executed at relay_log_file='/db/mysql/log-relay/relay-bin.000073', relay_log_pos='104181068', master_log_name='mysql-bin.015016', master_log_pos='104180922' and new position at relay_log_file='/db/mysql/log-relay/relay-bin.000073', relay_log_pos='104181698', master_log_name='mysql-bin.015016', master_log_pos='104181552' InnoDB: Warning: hash index ref_count (207) is not zero after fil_discard_tablespace(). index: "idx1" table: "wc_miehr_mhpc/patient_pdups" InnoDB: Warning: hash index ref_count (87) is not zero after fil_discard_tablespace(). index: "idx2" table: "wc_miehr_mhpc/patient_pdups" InnoDB: Warning: hash index ref_count (100) is not zero after fil_discard_tablespace(). index: "idx3" table: "wc_miehr_mhpc/patient_pdups" InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000077e; asc ~;; 2: len 4; hex 00000748; asc H;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000077e; asc ~;; 2: len 4; hex 00000727; asc ';; TRANSACTION 11253249CE, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 3 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9010271 updating DELETE FROM patient_pdups WHERE pat_id=1918 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 0000077e; asc ~;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 00000775; asc u;; TRANSACTION 11253249D0, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 5 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9010273 updating DELETE FROM patient_pdups WHERE pat_id_match=1918 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000079b; asc ;; 2: len 4; hex 00000748; asc H;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000079b; asc ;; 2: len 4; hex 00000727; asc ';; TRANSACTION 1125324B64, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 3 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9011431 updating DELETE FROM patient_pdups WHERE pat_id=1947 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 0000079b; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 00000793; asc ;; TRANSACTION 1125324B66, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 5 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9011433 updating DELETE FROM patient_pdups WHERE pat_id_match=1947 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007b5; asc ;; 2: len 4; hex 00000748; asc H;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007b5; asc ;; 2: len 4; hex 00000727; asc ';; TRANSACTION 1125324D10, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 3 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9012619 updating DELETE FROM patient_pdups WHERE pat_id=1973 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 000007b5; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 000007ab; asc ;; TRANSACTION 1125324D12, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 5 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9012621 updating DELETE FROM patient_pdups WHERE pat_id_match=1973 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000075c; asc \;; 2: len 4; hex 000007bc; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000075c; asc \;; 2: len 4; hex 000007b7; asc ;; TRANSACTION 1125324D64, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 7 lock struct(s), heap size 3112, 16 row lock(s), undo log entries 8 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9012850 updating DELETE FROM patient_pdups WHERE pat_id_match=1980 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007d3; asc ;; 2: len 4; hex 00000748; asc H;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007d3; asc ;; 2: len 4; hex 00000727; asc ';; TRANSACTION 1125324EF6, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 4 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9013941 updating DELETE FROM patient_pdups WHERE pat_id=2003 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 000007d3; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 000007c5; asc ;; TRANSACTION 1125324EF8, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 5 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9013943 updating DELETE FROM patient_pdups WHERE pat_id_match=2003 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007e3; asc ;; 2: len 4; hex 000007bf; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007e3; asc ;; 2: len 4; hex 0000077e; asc ~;; TRANSACTION 11253250BA, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 6 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9015043 updating DELETE FROM patient_pdups WHERE pat_id=2019 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 000007e3; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 000007d3; asc ;; TRANSACTION 11253250BC, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 6 lock struct(s), heap size 3112, 12 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9015045 updating DELETE FROM patient_pdups WHERE pat_id_match=2019 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000801; asc ;; 2: len 4; hex 00000748; asc H;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000801; asc ;; 2: len 4; hex 00000727; asc ';; TRANSACTION 11253252FD, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 3 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016406 updating DELETE FROM patient_pdups WHERE pat_id=2049 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000801; asc ;; 2: len 4; hex 000007bf; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000801; asc ;; 2: len 4; hex 0000077e; asc ~;; TRANSACTION 11253252FD, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 6 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016406 updating DELETE FROM patient_pdups WHERE pat_id=2049 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 00000801; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000748; asc H;; 2: len 4; hex 000007f3; asc ;; TRANSACTION 11253252FF, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 5 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016408 updating DELETE FROM patient_pdups WHERE pat_id_match=2049 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 00000801; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 000007f3; asc ;; TRANSACTION 11253252FF, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 6 lock struct(s), heap size 3112, 12 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016408 updating DELETE FROM patient_pdups WHERE pat_id_match=2049 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000808; asc ;; 2: len 4; hex 000007da; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000808; asc ;; 2: len 4; hex 00000726; asc &;; TRANSACTION 1125325351, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 11 row lock(s), undo log entries 11 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016648 updating DELETE FROM patient_pdups WHERE pat_id=2056 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007da; asc ;; 2: len 4; hex 00000808; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007da; asc ;; 2: len 4; hex 00000772; asc r;; TRANSACTION 1125325355, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 7 lock struct(s), heap size 3112, 22 row lock(s), undo log entries 11 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9016652 updating DELETE FROM patient_pdups WHERE pat_id_match=2056 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000082b; asc +;; 2: len 4; hex 000007bf; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000082b; asc +;; 2: len 4; hex 0000077e; asc ~;; TRANSACTION 1125325403, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 6 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9017126 updating DELETE FROM patient_pdups WHERE pat_id=2091 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 0000082b; asc +;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007bf; asc ;; 2: len 4; hex 00000801; asc ;; TRANSACTION 1125325405, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 6 lock struct(s), heap size 3112, 12 row lock(s), undo log entries 6 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9017128 updating DELETE FROM patient_pdups WHERE pat_id_match=2091 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000082e; asc .;; 2: len 4; hex 000007e5; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000082b; asc +;; 2: len 4; hex 000007d3; asc ;; TRANSACTION 112532542D, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 2 row lock(s), undo log entries 2 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9017233 updating DELETE FROM patient_pdups WHERE pat_id=2094 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007e5; asc ;; 2: len 4; hex 0000082e; asc .;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007e5; asc ;; 2: len 4; hex 00000803; asc ;; TRANSACTION 112532542F, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 4 row lock(s), undo log entries 2 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9017235 updating DELETE FROM patient_pdups WHERE pat_id_match=2094 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083e; asc >;; 2: len 4; hex 0000083a; asc :;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083d; asc =;; 2: len 4; hex 0000094c; asc L;; TRANSACTION 1125325581, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 1 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9018195 updating DELETE FROM patient_pdups WHERE pat_id=2110 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 0000083e; asc >;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000839; asc 9;; 2: len 4; hex 000007c6; asc ;; TRANSACTION 1125325583, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 2 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9018197 updating DELETE FROM patient_pdups WHERE pat_id_match=2110 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000846; asc F;; 2: len 4; hex 0000083a; asc :;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000845; asc E;; 2: len 4; hex 00000840; asc @;; TRANSACTION 11253256E2, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 1 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9019118 updating DELETE FROM patient_pdups WHERE pat_id=2118 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 00000846; asc F;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000839; asc 9;; 2: len 4; hex 000007c6; asc ;; TRANSACTION 11253256E4, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 2 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9019120 updating DELETE FROM patient_pdups WHERE pat_id_match=2118 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000854; asc T;; 2: len 4; hex 000007f4; asc ;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000854; asc T;; 2: len 4; hex 000007e5; asc ;; TRANSACTION 1125325809, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 3 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9019896 updating DELETE FROM patient_pdups WHERE pat_id=2132 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007f4; asc ;; 2: len 4; hex 00000854; asc T;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 000007f4; asc ;; 2: len 4; hex 00000844; asc D;; TRANSACTION 112532580B, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 6 row lock(s), undo log entries 3 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9019898 updating DELETE FROM patient_pdups WHERE pat_id_match=2132 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000855; asc U;; 2: len 4; hex 0000083a; asc :;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000854; asc T;; 2: len 4; hex 000007e5; asc ;; TRANSACTION 1125325833, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 1 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9020024 updating DELETE FROM patient_pdups WHERE pat_id=2133 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 00000855; asc U;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 32 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 00000847; asc G;; TRANSACTION 1125325835, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 2 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9020026 updating DELETE FROM patient_pdups WHERE pat_id_match=2133 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000869; asc i;; 2: len 4; hex 0000083a; asc :;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 00000868; asc h;; 2: len 4; hex 00000a09; asc ;; TRANSACTION 112532596D, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 2 lock struct(s), heap size 376, 1 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9020911 updating DELETE FROM patient_pdups WHERE pat_id=2153 InnoDB: Submit a detailed bug report to http://bugs.mysql.com InnoDB: error in sec index entry update in InnoDB: index `idx3` of table `wc_miehr_mhpc`.`patient_pdups` InnoDB: tuple DATA TUPLE: 3 fields; 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 00000869; asc i;; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 0: len 2; hex 0009; asc ;; 1: len 4; hex 0000083a; asc :;; 2: len 4; hex 00000868; asc h;; TRANSACTION 112532596F, ACTIVE 0 sec updating or deleting mysql tables in use 1, locked 1 3 lock struct(s), heap size 1248, 2 row lock(s), undo log entries 1 MySQL thread id 13694, OS thread handle 0x7f9dcf6c1700, query id 9020913 updating DELETE FROM patient_pdups WHERE pat_id_match=2153 InnoDB: Submit a detailed bug report to http://bugs.mysql.com 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. 130109 8:16:43 InnoDB: Error: trying to access tablespace 601060 page no. 1, InnoDB: but the tablespace does not exist or is just being dropped. InnoDB: Error: Unable to read tablespace 601060 page no 1 into the buffer pool after 100 attempts InnoDB: The most probable cause of this error may be that the table has been corrupted. InnoDB: You can try to fix this problem by using innodb_force_recovery. InnoDB: Please see reference manual for more details. InnoDB: Aborting... 130109 8:16:43 InnoDB: Assertion failure in thread 140283052455680 in file buf0buf.c line 2608 InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 13:16:43 UTC - mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Please help us make Percona Server better by reporting any bugs at http://bugs.percona.com/ key_buffer_size=4294967296 read_buffer_size=131072 max_used_connections=2 max_threads=500 thread_count=0 connection_count=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 5288432 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0 thread_stack 0x40000 /usr/sbin/mysqld(my_print_stacktrace+0x35)[0x7ab8b5] /usr/sbin/mysqld(handle_fatal_signal+0x4a4)[0x6874b4] /lib64/libpthread.so.0[0x313660f500] /lib64/libc.so.6(gsignal+0x35)[0x3135a328a5] /lib64/libc.so.6(abort+0x175)[0x3135a34085] /usr/sbin/mysqld[0x8ada3a] /usr/sbin/mysqld[0x8fd7e5] /usr/sbin/mysqld[0x891c3e] /usr/sbin/mysqld[0x94f456] /usr/sbin/mysqld[0x9506aa] /usr/sbin/mysqld[0x944a6f] /usr/sbin/mysqld[0x868b77] /usr/sbin/mysqld[0x85f29c] /lib64/libpthread.so.0[0x3136607851] /lib64/libc.so.6(clone+0x6d)[0x3135ae811d] You may download the Percona Server operations manual by visiting http://www.percona.com/software/percona-server/. You may find information in the manual which will help you identify the cause of the crash. 130109 08:16:44 mysqld_safe Number of processes running now: 0 130109 08:16:44 mysqld_safe mysqld restarted 130109 8:16:44 [Note] Plugin 'FEDERATED' is disabled. InnoDB: Warning: innodb_overwrite_relay_log_info is enabled. Updates by other storage engines may not be synchronized. InnoDB: relay-log.info is detected. InnoDB: relay log: position 61007654, file name /db/mysql/log-relay/relay-bin.000088 InnoDB: master log: position 61007508, file name mysql-bin.015021 130109 8:16:44 InnoDB: The InnoDB memory heap is disabled 130109 8:16:44 InnoDB: Mutexes and rw_locks use GCC atomic builtins 130109 8:16:44 InnoDB: Compressed tables use zlib 1.2.3 130109 8:16:44 InnoDB: Using Linux native AIO 130109 8:16:44 InnoDB: Initializing buffer pool, size = 25.0G 130109 8:16:46 InnoDB: Completed initialization of buffer pool 130109 8:16:46 InnoDB: highest supported file format is Barracuda. InnoDB: Log scan progressed past the checkpoint lsn 4797893963596 130109 8:16:46 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... InnoDB: Doing recovery: scanned up to log sequence number 4797899206144 InnoDB: Doing recovery: scanned up to log sequence number 4797904449024 InnoDB: Doing recovery: scanned up to log sequence number 4797909691904 InnoDB: Doing recovery: scanned up to log sequence number 4797914934784 InnoDB: Doing recovery: scanned up to log sequence number 4797920177664 InnoDB: Doing recovery: scanned up to log sequence number 4797925420544 InnoDB: Doing recovery: scanned up to log sequence number 4797930663424 InnoDB: Doing recovery: scanned up to log sequence number 4797935906304 InnoDB: Doing recovery: scanned up to log sequence number 4797941149184 InnoDB: Doing recovery: scanned up to log sequence number 4797946392064 InnoDB: Doing recovery: scanned up to log sequence number 4797951634944 InnoDB: Doing recovery: scanned up to log sequence number 4797956877824 InnoDB: Doing recovery: scanned up to log sequence number 4797962120704 InnoDB: Doing recovery: scanned up to log sequence number 4797967363584 InnoDB: Doing recovery: scanned up to log sequence number 4797972606464 InnoDB: Doing recovery: scanned up to log sequence number 4797977849344 InnoDB: Doing recovery: scanned up to log sequence number 4797983092224 InnoDB: Doing recovery: scanned up to log sequence number 4797988335104 InnoDB: Doing recovery: scanned up to log sequence number 4797993577984 InnoDB: Doing recovery: scanned up to log sequence number 4797998820864 InnoDB: Doing recovery: scanned up to log sequence number 4798004063744 InnoDB: Doing recovery: scanned up to log sequence number 4798009306624 InnoDB: Doing recovery: scanned up to log sequence number 4798014549504 InnoDB: Doing recovery: scanned up to log sequence number 4798019792384 InnoDB: Doing recovery: scanned up to log sequence number 4798025035264 InnoDB: Doing recovery: scanned up to log sequence number 4798030278144 InnoDB: Doing recovery: scanned up to log sequence number 4798031642846 130109 8:20:28 InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed InnoDB: In a MySQL replication slave the last master binlog file InnoDB: position 4560246, file name mysql-bin.014992 InnoDB: and relay log file InnoDB: position 4560391, file name /db/mysql/log-relay/relay-bin.000175 InnoDB: Last MySQL binlog file position 0 190, file name /db/mysql/log-bin/mysql-bin.015156 130109 8:21:09 InnoDB: Waiting for the background threads to start 130109 8:21:10 Percona XtraDB (http://www.percona.com) 1.1.8-rel29.2 started; log sequence number 4798031642846 InnoDB: relay-log.info was overwritten. 130109 8:21:10 [Note] Recovering after a crash using /db/mysql/log-bin/mysql-bin 130109 8:21:10 [Note] Starting crash recovery... 130109 8:21:10 [Note] Crash recovery finished. 130109 8:21:10 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306 130109 8:21:10 [Note] - '0.0.0.0' resolves to '0.0.0.0'; 130109 8:21:10 [Note] Server socket created on IP: '0.0.0.0'. 130109 8:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired 130109 8:21:10 [Warning] Checking table: './mysql/user' 130109 8:21:10 [ERROR] 1 client is using or hasn't closed the table properly 130109 8:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/db' is marked as crashed and should be repaired 130109 8:21:10 [Warning] Checking table: './mysql/db' 130109 8:21:10 [ERROR] 1 client is using or hasn't closed the table properly 130109 8:21:10 [Note] Event Scheduler: Loaded 0 events 130109 8:21:10 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.5.28-29.2-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 Percona Server (GPL), Release rel29.2, Revision 360 130109 8:34:09 [Note] Slave SQL thread initialized, starting replication in log 'mysql-bin.014992' at position 4560246, relay log '/db/mysql/log-relay/relay-bin.000175' position: 4560391 130109 8:34:09 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1597588547, event_type: 79 130109 8:34:09 [ERROR] Error reading relay log event: slave SQL thread aborted because of I/O error 130109 8:34:09 [ERROR] Slave SQL: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you can check this by running 'mysqlbinlog' on the relay log), a network problem, or a bug in the master's or slave's MySQL code. If you want to check the master's binary log or slave's relay log, you will be able to know their names by issuing 'SHOW SLAVE STATUS' on this slave. Error_code: 1594 130109 8:34:09 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysql-bin.014992' position 4560246 130109 8:34:09 [Note] Slave I/O thread: connected to master 'repl@wc-c1-db1.med-web.com:3306',replication started in log 'mysql-bin.015061' at position 13110075