Corrupted table and / or index. 
A number of reasons could cause this issue:
http://dev.mysql.com/doc/refman/5.1/en/corrupted-myisam-tables.html

Regards,
m


"Adarsh Sharma" <adarsh.sha...@orkash.com> pisze:
> Thanks , but there is no trigger on tables.
> 
> Even I solved the problem after googling a link but cannot understand 
> below mentioned things :- Please have some comments on them
> 

(... cut ...)

> 
> It means there are 31581 rows but max(log_id suggests 10 more , how this 
> could be possible, may be some rows deleted.
> 
> I solved the error by repairing the table
> 
>  > repair table login;
> mysql> repair table login;
> +------------------+--------+----------+--------------------------------------------+
> | Table            | Op     | Msg_type | 
> Msg_text                                   |
> +------------------+--------+----------+--------------------------------------------+
> | attendance.login | repair | warning  | Number of rows changed from 
> 31581 to 31583 |
> | attendance.login | repair | status   | 
> OK                                         |
> +------------------+--------+----------+--------------------------------------------+
> 2 rows in set (0.29 sec)
> 
> Then all insert statements works .
> 
> Can u please explain the root cause & solution too.
> 
> Thanks


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to