Re: MyISAM table locking.

2007-11-06 Thread Peter
Very nice, thanks for the detailed response! -Peter On Nov 6, 12:53 pm, Karen Tracey <[EMAIL PROTECTED]> wrote: > At 10:40 AM 11/6/2007, you wrote: > > >Hi All, > > >I tried writing some code to do table locking on a MySQL MyISAM > >database. I used the code below, which seemed to work in basic

Re: MyISAM table locking.

2007-11-06 Thread Karen Tracey
At 10:40 AM 11/6/2007, you wrote: >Hi All, > >I tried writing some code to do table locking on a MySQL MyISAM >database. I used the code below, which seemed to work in basic >examples, but the code would complain of accessing a non-locked table >whenever I made a more complex query such as >obje

MyISAM table locking.

2007-11-06 Thread Peter
Hi All, I tried writing some code to do table locking on a MySQL MyISAM database. I used the code below, which seemed to work in basic examples, but the code would complain of accessing a non-locked table whenever I made a more complex query such as objects.filter(__) saying that the table __ wa