InnoDB: error in sec index entry update

MySQL의.eer 오류 로그에 다음과 같은 오류가 발생했습니다. InnoDB: error in sec index entry update in InnoDB: index`****idx`of table`****db`.`***tbl` InnoDB: tuple DATA TUPLE: 2 fields;  0: SQL NULL;  1: len 4; hex 003a4b99; asc  :K ;;
InnoDB: record PHYSICAL RECORD: n_fields 2; compact format; info bits 0  0: SQL NULL;  1: len 4; hex 003a4174; asc  :At;;
TRANSACTION 5B0D26, ACTIVE 0 sec, process no 13587, OS thread id 1239374144 updating or deleting mysql tables in use 1, locked 1 6 lock struct(s), heap size 1216, 3 row lock(s), undo log entries 3 MySQL thread id 9487, query id 43404284 192.168.1.1 ***user Updating update ***tbl set ***column1=*** where ***column2=***
InnoDB: Submit a detailed bug report to http://bugs.mysql.com
제시된 ****tbl 테이블을 검토했습니다.

  
  
  
  
  1. mysql>check table ***tbl;  
  2. +-------------------------+-------+----------+----------+  
  3. Table                   | Op    | Msg_type | Msg_text |  
  4. +-------------------------+-------+----------+----------+  
  5. | ***db.***tbl            | check | error    | Corrupt  |  
  6. +-------------------------+-------+----------+----------+ 

시계가 파손된 것을 발견했습니다. 이상하게도 시계가 만들어진 지 얼마 되지 않아 파손이 발생했습니다. 그리고 이전에 Optimize가 시계에 대한 최적화를 한 번 실시한 적이 있습니다. 이것이 원인인지 알 수 없습니다. 시계를 재건해서 이 문제를 해결할 수 밖에 없습니다:altertable****tblengine=innodb;
주의해라, 시계 재건에는 비교적 긴 시간과 두 배의 공간이 필요할 수 있다.
참조:
http://bugs.mysql.com/bug.php?id=17937
http://bugs.mysql.com/bug.php?id=37364

좋은 웹페이지 즐겨찾기