Hi, i was just wondering... i have inserted 1 row on my table,
how come when i did lock table. Mysql did not see one of my insert.

Please check mail below, thanks.

mysql> select * from louie2;
+----+-----------+
| id | firstname |
+----+-----------+
|  1 | louie     |
+----+-----------+
1 row in set (0.00 sec)

mysql> lock table louie read;
Query OK, 0 rows affected (0.00 sec)



ty,
louie...


---------------------------------------------------------------------
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