[dokuwiki] mysql auth lockTables issue
- From: chris <jugg@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 10 Apr 2008 16:03:06 -0700
Hello,
I'm testing a setup to authenticate from a mysql database. It is a
basic implementation, only implementing 'checkPass', 'getUserInfo' and
'getGroups' for the mysql auth module.
Is it necessary for 'TablesToLock' to be implemented in this case? The
reason I ask, is because when I did add the mysql tables to
'TablesToLock' array, it would inconsistently fail to lock the tables.
Enabling debug in the mysql auth module shows the SQL statement failing
in _modifyDB(). Common wiki views where this would occur is when
viewing the site Index, or Recent Changes.
If it is a good idea for the tables to be locked in this situation, then
any pointers on how to figure out what is going wrong would be helpful.
Thanks.
chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] mysql auth lockTables issue