v.1.1.54337Backward Incompatible Changes
Format Change for Log Type Tables with Nullable Columns
The format for marks inLogtype tables that containNullablecolumns was changed in a backward incompatible way. If you have these tables, you should convert them to theTinyLogtype before starting up the new server version. To do this, replaceENGINE = LogwithENGINE = TinyLogin the corresponding.sqlfile in themetadatadirectory. If your table does not haveNullablecolumns or if the type of your table is notLog, then you do not need to do anything.