Download | Release Notes | Changelog |Overview of 5.1
Release date: 09 Aug 2010
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on Launchpad. On Launchpad you can view more details of the revision and view diffs of the code modified in that revision.
Revision #2895 Ensure that xtradb & InnoDB plugin compiles if valgrind is installed but not valgrind debug libraries
Revision #2894 This patch fixes Memory corruption with (M) aria storage engine and virtual columns in Fixed compiler warnings Disabled some tests that doesn't work on windows (uses shell tools or strange characters)
Fix build failure on windows
Fix for Crash in _ma_unpin_all_pages / _ma_search on DELETE with Aria search engine Fixed compiler warnings
Fixed wrong AC_INIT
Fixed timing issue in test suite
[merge] Merge of 5.1-release
Fix for : RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or_tail: Assertion `0' failed on Maria engine recovery
More DBUG_PRINT (to simplify future debugging)
Aria: Added STATE_IN_REPAIR, which is set on start of repair. This allows us to see if 'crashed' flag was set intentionally.
force the generation of mysqlmanager.map file
restore the unintentinally broken ABI
Fixed wrong error message from federatedx (which could lead to assert in DBUG code)
mysql client: Ignore --comments at start of command line. This allows one to more easily run mysqltest tests trough the command line.
Fixed bug: RQG: pagecache_read: Assertion `pageno < ((1ULL) << 40)' on OPTIMIZE TABLE of a Maria table
Add 64 bit packages to the pack script. 32 bit is still the default
Fix
bug - Wrong usage of mutex LOCK_sync and LOCK_active in XA redone locking in TC_LOG_MMAP::log_xid
Remove the file libmysqld.exp from the installer
Hardcode the build path for the installer temporarily
Fix cpack run
Install MariaDB as a service with the installer
Install MTR and SQL-bench with CPack and NSIS
Install the files for the embedded server
Install the storage engine plugins
Fix a loop and install more script files. Renames the perlscripts component to scripts, since it now also has sql scripts.
Fix installing the localized error messages with cpack
Implement an NSIS based installer
Fixed trival bug introduced in last patch (buffer was not extended)
Fixes for Opensolaris (to get buildbot green)
Fixed memory leaks in
Fixed printf of NULL which caused crashes on OpenSolaris when using --debug
Fixed realloc() problem that caused out of memory when running mysqldump.test on OpenSolaris
Fixed compiler warnings
Don't flush pinned pages in checkpoint (fix for my last push)
[merge] merged
mysqltest: use setenv, not putenv, to make gcov happy. (backport from MySQL)
Remove a warning on Windows. There is no CMakeLists.txt in the unittest examples dir
Fixed some bugs in the Maria storage engine
mtr: when applying @opt_extra_mysqld_opt for --help,
filter out --binlog-format - it makes mysqld to fail without --log-bin,
and we don't need either anyway for --help to work.
ugly-ugly. $with_plugin_innobase was hard-coded in configure.in in
fixed for mysql-test-run to
fully support --mysqld=--plugin-load=xxxx
uniformly support all loadable plugins, no need to hard-code every new plugin in mtr
autodetect MTR_VS_CONFIG on windows
allow federated and innodb_plugin to be built
fix questionable UNIV_EXPECT's in the xtradb that confused old gcc.
[merge] Automerge release into main.
Aria: Some trivial speedup optimization
Aria: Better warning if table was marked crashed by unfinnished repair
Changed default recovery mode from OFF to NORMAL to get automatic repair of not properly closed tables.
Fixed a rase condition when two threads calls external_lock and thr_lock() in different order. When this happend the transaction that called external lock first and thr_lock() last did not see the rows from the other transaction, even if it had to wait in thr_lock() for other to complete.
Fixed that one can run maria_chk on an automatcally recovered tables without warnings about too small transaction id
Don't give warning that crashed table could not be repaired if repair was disabled (and thus not run)
Fixed a error result from flush_key_cache() which caused a DBUG_ASSERT() when one was using concurrent reads on non transactional tables that was updated.
This page is licensed: CC BY-SA / Gnu FDL