>>>>> "list" == list <list@stripped> writes:
list> skip_locking is ON according to `mysqladmin var`, however I noticed a State
list> == LOCKED for an 'INSERT' query when doing some `mysqladmin proc`s ..
list> Are tables still locked when doing inserts (ie, can I remove my own locking
list> system which I made to make sure the database would not get corrupted by
list> concurrent INSERTs/SELECTs/UPDATEs) ?
Hi!
--skip-locking only removes the external locking code (needed to sync
different processes); MySQL will still use internal locking to ensure
that each single statement is atomic.
Regards,
Monty
| Thread |
|---|
| • Locking | list | 8 May |
| • Locking | Michael Widenius | 11 May |