Posted by ilya1st on November 15, 2009 at 11:02am
Hello.
I've created mysq version of database.mysql.inc to correctly work with mysql_pconnect to make available persistent connections.
The main problems were table locks and temporary tables - I've solved it using register_shutdown_function() for script.
Now looks like all working properly.(one project runs using this patched version)
But this patch is for case site using one database only. File is attached.
| Attachment | Size |
|---|---|
| database.mysql_.inc-persistent.txt | 11.88 KB |
Comments
Could you provide a unified patch?
It's hard to find difference without patch.
Anyway this could go into one of pressflow branches
no i haven't CVS copy on my
no i haven't CVS copy on my computer :)
But I think it's not difficult to make diff.