Alexander M. Turek a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi list,
Currently, we only open a second connection to the MySQL server, if we have a controluser.
In order to fight the last collation conflicts on pmadb queries, I'd like to always open a second connection for those queries. This should be cleaner anyway, as we often have to switch between the currently selected db and the pmadb for retreiving the necessary metadata.
Regards,
AMT
Sounds like a good idea. I also had a note to remind me to rename the variable $dbh to $control_link or something like that.
Marc