Hi all...

I am adding a record to a table and then immediately trying to search 
it with the id(primary key). I can not find it when I search with:
SELECT * FROM TABLE WHERE id=2;
Mysql finds no records. But when I flush tables then try to search 
the record Mysql finds it. In other tables I don't need to flush 
tables before searching only at this table! What is the reason of 
this behaviour?

Thanks
Ilyas Keser

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to