MariaDB 5.2.7 Changelog

Downloadarrow-up-right |Release Notes |Changelog |Overview of 5.2

Release date: 14 Jun 2011

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 #2993arrow-up-right Mon 2011-06-13 12:46:11 +0300

    • Fixed portability problem with partiton_error.test

    • Added option to aria_read_log to crash recovery at certain points in the\ recovery process.

    • Fixed bug that caused future recovery attempts to fail if we got a crash/got killed during closing of tables at end of recovery process.

  • Revision #2992arrow-up-right Sun 2011-06-12 12:52:51 +0300

    • Fixed warning that sf_malloc_trough_check was not used when compiling without SAFEMALLOC

  • Revision #2991arrow-up-right Sat 2011-06-11 14:53:08 +0300

    • Updated to new error messages for partitions when .par file is missing

  • Revision #2990arrow-up-right Sat 2011-06-11 14:28:37 +0300

    • Increased server version to 5.2.7

  • Revision #2989arrow-up-right Sat 2011-06-11 14:28:15 +0300

    • Fixes MySQL Bug #60976arrow-up-right "Crash, valgrind warning and memory leak with partitioned archive tables"

      • Noted that there was no memory leak, just a lot of used partitioned tables.

    • Fixed old bug: 'show status' now shows memory usage when compiled with safemalloc.

    • Added option --flush to mysqlcheck.c to run a 'flush tables' between each check to keep down memory usage.

    • Changed '--safemalloc' options to mysqld so that one can use --safemalloc and --skip-safemalloc.

    • Now skip-safemalloc is default (ie, we only do checking of memory overrun during free()) to speed up tests.

  • Revision #2988arrow-up-right Fri 2011-06-10 02:02:58 +0300

    • A bit better fix for tmp-table problem

    • Fixed reference to not initialized memory detected by valgrind

  • Revision #2987arrow-up-right [merge] Thu 2011-06-09 20:38:59 +0300

    • Merge with bug fixes

      • Revision #2983.1.2arrow-up-right Thu 2011-06-09 20:22:03 +0300

        • Use dynamic row format when creating temporary tables without sumary fields.

        • The reason for this is that BLOCK_RECORD format is not good when there is a lot of duplicated keys as it first writes the data (to get the row position) and then writes the key (and thus checks for duplicates).

      • Revision #2983.1.1arrow-up-right Thu 2011-06-09 16:17:45 +0300

        • Fixed problem that global status variables 'bytes_recieved' and 'binlog_bytes_written' where not correctly updated

  • Revision #2986arrow-up-right Thu 2011-06-09 00:24:27 +0200

    • After talking to HeidiSQL people - libmysql.dll that comes with their distribution in place, dont replace with our own.

    • It also will result in less HeidiSQL restarts during MariaDB upgrades (since libmysql.dll won't be replaced)

  • Revision #2985arrow-up-right Wed 2011-06-08 16:56:35 +0200

    • Fix a problem building MSI using localized (Spanish) Visual Studio 2010.

    • VS did not like to execute 2 commands in custom build step, workaround is to use single COMMAND instead of 2.

  • Revision #2984arrow-up-right [merge] Tue 2011-06-07 22:50:08 +0200

  • Revision #2983arrow-up-right Mon 2011-06-06 16:39:06 +0300

    • Fixed lock sorting and lock check issues with thr_lock that caused warnings when running test suite.

    • Safety check that could cause core dump when doing create table with virtual column.

  • Revision #2982arrow-up-right [merge] Fri 2011-05-27 19:09:40 +0200

    • merge

      • Revision #2981.1.1arrow-up-right Fri 2011-05-27 18:57:40 +0200

        • Workaround a cmake bug that was only visible on a newly installed Philip's machine.

        • CMake 2.8.4 crashed on this line

          IF(something AND IS_DIRECTORY(something_else))

          when both "something" and "something_else" were empty.\

      • Changing the line slightly (using cascading "IF" instead) solved the crash.

  • Revision #2981arrow-up-right Thu 2011-05-26 18:35:26 +0300

    • Fixed memory overrun in mysql_tzinfo_to_sql

  • Revision #2980arrow-up-right [merge] Thu 2011-05-26 18:34:22 +0300

  • Revision #2979arrow-up-right Thu 2011-05-26 13:42:22 +0200

    • Fix line endings.

  • Revision #2978arrow-up-right Thu 2011-05-26 02:01:47 +0200

    • Fixed sql_perror() to return appropriate error messages on Windows,

    • The error message is now based on GetLastError() rather than errno.

    • Background: errno is C runtime specific and in many circumstances it is not set, e.g when using Win32 API or socket functions.

  • Revision #2977arrow-up-right Thu 2011-05-26 00:37:08 +0200

    • On Windows, collect mysql error log with Windows Error Reporting.

    • This simplifies postmortem analysis for crashes reported via Winqual.

  • Revision #2976arrow-up-right Mon 2011-05-23 15:56:43 +0200

    • Enable PBXT to be a transactional engine for sql-bench.

    • HEAP is deprecated in favor of MEMORY.

  • Revision #2975arrow-up-right Fri 2011-05-20 14:36:13 +0300

    • Ensure we don't read a MariaDB 5.3 errmsg.sys file or new errmsg.sys file with holes for not used error messages

  • Revision #2974arrow-up-right [merge] Fri 2011-05-20 01:44:30 +0200

  • Revision #2973arrow-up-right [merge] Wed 2011-05-18 15:17:26 +0200

    • automerge

      • Revision #2643.127.13arrow-up-right Wed 2011-05-18 15:15:36 +0200

        • Fix mysqltest printing of include stack.

        • The printing of include stack in the error case in mysqltest omitted the bottom of the stack (the line number in original test case file), and instead printed the top of the stack twice. Fix to print each element on the stack once and only once.

  • Revision #2972arrow-up-right Sun 2011-05-15 13:38:18 +0200

    • Small CMake fixes :

      • add version info for the client library, dynamic plugins and some utilities

      • do not recompile client library sources 3 times (for mysqlclient , mysqlclient_notls and libmysql) One time is sufficient, so get rid of mysqlclient_notls, and link static client library to the shared.

      • remove incremental linking flag

  • Revision #2971arrow-up-right [merge] Sat 2011-05-14 18:59:49 +0200

  • Revision #2970arrow-up-right [merge] Sat 2011-05-14 18:45:33 +0200

  • Revision #2969arrow-up-right Fri 2011-05-13 16:22:05 +0300

    • Made test-unit run in parlallel. This was achived by having all aria tests that uses temporary files to create the temporary file in an unique tempdirectory.

    • aria_chk now returns 1 if one got any warnings during check and 2 if one got errors.

    • Bug #728919arrow-up-right maria_chk should fail on all detected corruptions

  • Revision #2968arrow-up-right [merge] Thu 2011-05-12 16:31:54 +0200

circle-info

Be notified of new MariaDB Server releases automatically by subscribingarrow-up-right to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

This page is licensed: CC BY-SA / Gnu FDL

spinner

Last updated

Was this helpful?