The obvious follow-up post to the Guide to Incompatibilities when Upgrading MySQL to
Version 4.1
is a look at the incompatibilities when
moving to version 5.0.
Again, I emphasize the importance of being educated about how upgrading MySQL may affect your application. These are the obvious, flagged items, but I recommend reading all of the 5.0 release notes.
Here are the items from the MySQL 5.0 release notes that are
marked Warning: Incompatible change:
-
-
C API change: mysql_shutdown() now requires a second argument. This is a source-level incompatibility that affects how you compile client programs; it does not affect the …