All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 5.2.5 Changelog

Download | Release Notes | Changelog |Overview of 5.2

Release date: 3 Mar 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 #2929 Tue 2011-03-01 23:24:17 +0200

    • Fixed wrong alias usage

  • Tue 2011-03-01 18:31:33 +0100

    • use mtr_verbose() for debug output in suite.pm files

  • [merge] Tue 2011-03-01 17:04:17 +0200

    • merge

      • Tue 2011-03-01 16:21:27 +0200

        • Fixed for mac sed.

  • [merge] Tue 2011-03-01 15:51:35 +0200

    • Merge with 5.1

      • Tue 2011-03-01 15:31:24 +0200

        • Revoked changes from MySQL 5.1.55 merge as Sergei's code is more general

  • Tue 2011-03-01 13:37:29 +0200

    • Fixed wrong filenames in maria unittest that caused unittest to fail

  • [merge] Tue 2011-03-01 00:46:13 +0200

    • Merge with 5.1 to get fixes for tests and compiler warnings

      • Mon 2011-02-28 23:24:19 +0200

        • Get rid of compiler warnings

  • Tue 2011-03-01 00:35:05 +0200

    • Fixes to mysql-test-run and tests

      • Added ORDER BY to get consistent results to federated_server

      • Sort slow tests first

  • [merge] Mon 2011-02-28 19:39:30 +0200

    • Merge with 5.1 to get in changes from MySQL 5.1.55

  • [merge] Mon 2011-02-28 13:16:17 +0200

    • Merge with alias as String

      • Mon 2011-02-28 12:48:50 +0200

        • Change TABLE->alias to String for less memory reallocation

  • Thu 2011-02-03 16:45:29 +0200

    • Increased precision for status variables Rows_sent and Rows_read from long to longlong

    • Fixed that status variables 'empty_queries', 'access_denied_errors' and 'lost_connections' are propageted to global status.

    • This should also remove some warnings with VC++

  • Sat 2011-01-29 12:04:37 +0200

    • Fix compilation errors (and some warnings) when compiling ndb

    • Fixes part of (Other part is to be pushed into 5.1)

  • Mon 2011-01-24 15:47:28 +0200

    • Fix of : fill_record should be used for only one table (no need list).

  • Thu 2011-01-20 13:00:46 +0100

    • - Compiling with BUILD/compile-pentium64-debug fails

    • support building with -all-static (no dlopen and dlclose make few related declarations unused or "statement have no effect") and -Werror

  • Thu 2011-01-20 12:59:47 +0100

    • - Non-portable code in client plugin (fails on ARM).

    • don't pass NULL as an argument where va_list is expected.

  • Wed 2011-01-12 12:11:21 +0100

    • fix function prototype to follow the API

  • Fri 2011-01-14 16:51:18 +0200

    • Added suppression for failure on opensuse 64 bit.

  • [merge] Fri 2011-01-14 16:49:27 +0200

    • Merge with 5.1

  • Thu 2011-01-13 13:28:36 +0100

    • : Spurious use statements in output from mysqlbinlog --rewrite-db="a->b"

  • Wed 2011-01-12 17:58:13 +0200

    • Fixed assert as Aria in 5.2 has more flags than 5.1

  • [merge] Wed 2011-01-12 17:38:13 +0200

    • Merge with 5.1

  • [merge] Tue 2011-01-11 14:29:19 +0200

    • automatic merge with 5.1

  • [merge] Mon 2011-01-10 23:42:47 +0200

    • Automatic merge with 5.1

  • [merge] Fri 2011-01-07 18:07:22 +0200

    • merge with 5.1

  • Fri 2011-01-07 13:45:59 +0200

    • Fixed typos

    • Patch provided by Dolf Schimmel

  • [merge] Fri 2011-01-07 13:12:09 +0200

    • Merge with base 5.2

      • Fri 2011-01-07 12:17:34 +0200

        • Aria fixes:

  • Thu 2011-01-06 15:55:29 +0100

    • : Fix wrong buffer calculation in send_change_user_packet()

  • Fri 2010-12-31 10:39:14 +0100

    • virtual columns:

      • move a capability from a virtual handler method to table_flags()

      • rephrase error messages to avoid hard-coded English parts

  • Mon 2010-12-27 10:53:02 +0100

    • fixes bug:

    • SHOW STORAGE ENGINES shows incorrect Transaction support for Aria

    • don't fill in handlerton::commit member, as it's not used and makes MySQL believe that Aria is transactional.

  • Mon 2010-12-20 19:19:24 +0100

    • Maria 5.2 incorrectly reports "(using password: NO)" even when password is specified

    • set thd->password appropriately also for cases when a user was not found.

  • Fri 2010-12-17 08:33:36 +0100

    • : storage/sphinx/plug.in missing from source tarball.

    • It was missing from EXTRA_DIST in Makefile.am.

  • [merge] Mon 2010-12-13 15:51:47 +0200

    • merge with 5.1

    • (Includes patch for overrun detected by valgrind thanks to previous my_alloca() -> my_malloc() patch)

  • Mon 2010-12-13 15:05:57 +0200

    • When compiling with valgrind, change my_alloca() to use my_malloc()

      • This allows us to detect missing my_afree() calls and also find overruns (when running with valgrind) to alloca() areas.

      • Added missing my_afree() calls

  • Fri 2010-12-10 09:51:34 +0100

    • Fix wrong merge of patch for .

  • [merge] Tue 2010-12-07 00:14:16 +0100

    • merge

  • [merge] Mon 2010-12-06 13:16:49 +0100

    • merge with 5.1

Revision #2643.114.63 Tue 2011-03-01 15:19:25 +0200

  • Allow -Wuninitialized without -O only for gcc 4.4 and upper

Revision #2643.114.61 Mon 2011-02-28 19:47:19 +0200

  • Increase version number

  • Taged a couple of tests with --big-test

Changed some String.ptr() -> String.c_ptr() for String that are not guaranteed to end with \0

  • Removed some c_ptr() usage from parameters to functions that takes ptr & length

  • Use preallocate buffers to avoid calling malloc() for most operations.

  • Revision #2883.1.1 [merge] Tue 2010-11-09 10:20:09 +0200

    • automatic merge

      • Revision #2882.1.1 Mon 2010-11-08 13:43:54 +0200

        • Make SQLString reallocation addaptive

        • Avoid doing reallocs

        • Prealloc some strings / provide extension allocation size to some strings This gave a 25 % speedup in some mysql-test-run tests.

  • Don't delete pages without flushing that has had a tail or head information in pagecache_delete()

  • This fixes a case where REPAIR could find old deleted rows.

  • Revision #2903.1.2 [merge] Fri 2011-01-07 12:05:46 +0200

    • Merge with 5.1

  • Revision #2903.1.1 [merge] Wed 2011-01-05 16:03:58 +0200

    • Merge with 5.1

  • admit in test cases that they need xtradb, not innodb

    Fix the TRANSACTIONAL=1 warning.

    Fixed wrong call to my_afree()

    Revision #2928
    Revision #2927
    Revision #2643.114.65
    Revision #2926
    Revision #2643.114.64
    Revision #2925
    Revision #2924
    Revision #2643.114.62
    Revision #2923
    Revision #2922
    Revision #2921
    Revision #2883.1.2
    Revision #2920
    Revision #2919
    Bug #705213
    Revision #2918
    Bug #706884
    Revision #2917
    Bug #705210
    Revision #2916
    Bug #700982
    Revision #2915
    Revision #2914
    Revision #2913
    Revision #2912
    Bug #702303
    Revision #2911
    Revision #2910
    Revision #2909
    Revision #2908
    Revision #2907
    Revision #2906
    Revision #2905
    Revision #2903.1.3
    Revision #2904
    Bug #698132
    Revision #2903
    Revision #2902
    Bug #683112
    Bug #665028
    Revision #2901
    Bug #683112
    Revision #2900
    Bug #691437
    Revision #2899
    Revision #2898
    Revision #2897
    MySQL Bug #46639
    Revision #2896
    Bug #686184
    Revision #2895

    Be notified of new MariaDB Server releases automatically by subscribing 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 page.

    Distributions which Include MariaDB

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