Branch: Tag:

2001-01-01

2001-01-01 05:36:06 by Martin Nilsson <mani@lysator.liu.se>

Fixed argcache lock

Rev: server/base_server/roxen.pike:1.601

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.600 2001/01/01 05:17:12 nilsson Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.601 2001/01/01 05:36:06 nilsson Exp $";      // Used when running threaded to find out which thread is the backend thread,   // for debug purposes only.
2239:    {    if(!lq)    { -  lq = "select GET_LOCK ('"+name+"', 4)"; -  ulq = "select RELEASE_LOCK ('"+name+"')"; +  lq = "select GET_LOCK('"+name+"', 4)"; +  ulq = "select RELEASE_LOCK('"+name+"')";    }    db->query( lq );    }