diff options
Diffstat (limited to 'KNOWN_BUGS.txt')
-rw-r--r-- | KNOWN_BUGS.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/KNOWN_BUGS.txt b/KNOWN_BUGS.txt index 12f9c2fa123..189c7dcd613 100644 --- a/KNOWN_BUGS.txt +++ b/KNOWN_BUGS.txt @@ -20,14 +20,29 @@ If you have found a bug that is not listed here, please add it to http://bugs.mysql.com/ so that we can either fix it for next release or in the worst case add it here for others to know! +IMPORTANT: + +If you have been using a MySQL-5.1-Maria-alpha build and upgrading to +MySQL-5.1-Maria-beta you MUST run maria_chk --recover on all your +Maria tables. This is because we made an incompatible change of how +transaction id is stored and old transaction id's must be reset! + +cd mysql-data-directory +maria_chk --recover */*.MAI + +As the Maria-1.5 engine is now in beta we will do our best to not +introduce any incompatible changes in the data format for the Maria +tables; If this would be ever be needed, we will, if possible, support +both the old and the new version to make upgrades as easy as possible. Known bugs that we are working on and will be fixed shortly =========================================================== -- We have some instabilities in log writing that is under investigatation +- We have some time ago some instabilities in log writing that is was + under investigation but we haven't been able to repeat in a while. This causes mainly assert to triggers in the code and sometimes the log handler doesn't start up after restart. - Most of this should now be fixed... + Most of this should now be fixed. - INSERT on a duplicate key against a key inserted by another connection that has not yet ended will give a duplicate key error instead of |