RE: Re[2]: Sv: [phplib] occasional problem with authentication From: Martin Larsen (mrl <email protected>)
Date: 05/08/01

Hello Maxim.

> So, I believe, it is either CT_SQL problem, or a problem
> with PHP4 custom savehandler mechanism, or, at last, MySQL behavior,
> where, if selects have priority over updates, a select query executed
> before an update query,sometimes even when the update query was passed
> to the db earlier than the select one.

I don't know much about this problem but inserts/updates in mysql have
higher priority than selects unless specified with "select high_priority..."
or "insert low_priority..".

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>