----- [email protected] wrote: > On Mon, Sep 1, 2014, at 12:01, James Page wrote: > > Just to be clear, there is no library transition for the 5.5 -> 5.6 > > upgrade of mysql so I think we are OK timing wise. > > JFTR PHP will sort-of-break when compiled with mysql-5.5 and linked with > mysql-5.6 spouting warnings about library version mismatch like crazy. > (I could patch that out since I am doing that in my PPAs anyway if I am > given heads up in time.)
Thank's for the heads up! I'm curious why this happens. Does it call mysql_get_client_version() and expect it to always match what it was compiled with? There are only compatible ABI changes, so the soname is unchanged. Regards, Norvald H. Ryeng -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/0a8ee9e1-0fc9-401c-9099-4da7ed13000f@default

