forked from MariaDB/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Bartholomew
committed
Jun 18, 2012
1 parent
28f2c56
commit bdc68e5
Showing
8 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Up-to-date instructions on MariaDB building on Windows can be found in http://kb.askmonty.org/en/building-mariadb-on-windows. | ||
Up-to-date instructions about building MariaDB on Windows can be found | ||
at: http://kb.askmonty.org/en/building-mariadb-on-windows | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
This file should contain all know fatal bugs in the Mariadb and the | ||
Maria storage engine for the last source or binary release. Minor | ||
bugs, extensions and feature request and bugs found since this release | ||
can be find in the MariaDB bugs database at: | ||
https://bugs.launchpad.net/maria and in the MySQL bugs databases at: | ||
http://bugs.mysql.com/ (category "Maria storage engine"). | ||
This file should contain all known fatal bugs in Mariadb and the Aria | ||
storage engine for the last source or binary release. Minor bugs, | ||
extensions and feature requests, and bugs found since this release can | ||
be found in the MariaDB bugs database at: http://mariadb.org/jira and | ||
in the MySQL bugs databases at: http://bugs.mysql.com/ (category | ||
"Maria storage engine"). | ||
|
||
There shouldn't normally be any bugs that affects normal operations in | ||
any MariaDB release. Still, there are always exceptions and edge cases | ||
and that's what this file is for. | ||
There should not normally be any bugs which affect normal operations | ||
in any MariaDB release. Still, there are always exceptions and edge | ||
cases and that is what this file is for. | ||
|
||
If you have found a bug that is not listed here, please add it to | ||
http://bugs.launchpad.net/maria so that we can either fix it for next | ||
release or in the worst case add it here for others to know! | ||
http://mariadb.org/jira so 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 the Maria storage engine with | ||
MySQL-5.1-Maria-alpha build and upgrading to a newer MariaDB 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! | ||
If you have been using the Maria (now Aria) storage engine with the | ||
MySQL-5.1-Maria-alpha build and are upgrading to a newer MariaDB you | ||
MUST run [m]aria_chk --recover on all your Aria tables. This is because | ||
we made an incompatible change with how the transaction id is stored | ||
and old transaction id's must be reset! | ||
|
||
cd mysql-data-directory | ||
maria_chk --recover */*.MAI | ||
aria_chk --recover */*.MAI | ||
|
||
As the Maria storage 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. | ||
Going forward, we will do our best to not introduce any incompatible | ||
changes in the data format for Aria 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. | ||
|
||
Note that for the MariaDB 5.1 release the Maria storage engine is | ||
classified as 'beta'; It should work, but use it with caution. Please | ||
report all bugs to https://bugs.launchpad.net/maria so that we can fix | ||
them! | ||
Note that for the MariaDB 5.1 release the Aria storage engine is | ||
classified as 'beta'; It should work, but use it with caution. Please | ||
report all bugs to http://mariadb.org/jira so we can fix them! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters