Go to the first, previous, next, last section, table of contents.


Upgrading to 3.22 from a 3.21 version.

Nothing that affects compatibility has changed. The only pitfall is that new tables that are created with a DATE type will use the new way to store the date. This means that you can't access this field from an old mysqld version.

The C interface to mysql_real_connect() has changed. If you have an old client program that calls this, you must place a 0 for the new DB argument (or recode the client to send the db element for faster connections).


Go to the first, previous, next, last section, table of contents.