MariaDB 5.3.10 Changelog
Download |Release Notes |Changelog |Overview of 5.3
Release date: 13 Nov 2012
For the highlights of this release, see therelease 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 #3599 Sat 2012-11-10 00:10:06 +0200
Increase the version number to 5.3.10.
Revision #3598 Sat 2012-11-10 00:04:44 +0200
adjusted test result
Revision #3597 Fri 2012-11-09 15:27:13 +0200
adjust openssl_1 test as in 5.2 (no idea why this didn't merge)
Revision #3596 Fri 2012-11-09 13:07:32 +0200
MDEV-3810 fix.
The problem is that memory alocated by copy_andor_structure() well be freed, but if level of SELECT_LEX it will be excluded (in case of merge derived tables and view) then sl->where/having will not be updated here but still can be accessed (so it will be access to freed memory).
(patch by Sanja)
Revision #3595 [merge] Fri 2012-11-09 13:05:05 +0200
merge from 5.2
Revision #2732.57.33 Fri 2012-11-09 12:49:12 +0200
Disable PBXT on Windows to match all other platforms.
Revision #3594 [merge] Fri 2012-11-09 12:54:48 +0200
merge test case adjustments from 5.2
Revision #2732.57.32 Fri 2012-11-09 11:56:27 +0200
Removed the dependency on PBXT from tests information_schema_all_engines, and is_columns_is.
Made information_schema_all_engines stable by adding "sorted_result".
Revision #3593 [merge] Fri 2012-11-09 10:47:33 +0200
Merge from 5.2
Revision #2732.57.31 Thu 2012-11-08 23:18:56 +0100
Fix mis-merge.
Revision #3592 [merge] Fri 2012-11-09 10:11:20 +0200
Merge MariaDB 5.1.66 -> 5.2 -> 5.3
Revision #2732.57.30 [merge] Thu 2012-11-08 22:26:05 +0200
Merged and adjusted test cases from 5.1 after the merge with 5.1.
Revision #2643.153.23 Wed 2012-11-07 17:48:02 +0200
Updated test results after the mysql 5.1 merge.
Revision #2732.57.29 [merge] Thu 2012-11-08 15:24:35 +0200
Merge MariaDB 5.1.66 -> 5.2.12
Revision #2643.153.22 [merge] Tue 2012-11-06 11:52:55 +0200
Merge MySQL 5.1.66 -> MariaDB 5.1.65
Revision #2643.153.21 [merge] Thu 2012-11-01 16:20:09 +0100
Merge XtraDB from Percona-Server 5.1.66-rel14.1 into MariaDB 5.1.
Revision #0.6.48 Thu 2012-11-01 15:16:42 +0100
Updated with changes from Percona Server 5.1.66-rel14.1 tarball.
Revision #2732.57.28 Fri 2012-11-02 08:21:03 +0100
Update result file now we no longer build PBXT.
Revision #3591 [merge] Fri 2012-11-02 15:59:16 -0700
Merge.
Revision #3588.2.1 Thu 2012-11-01 14:54:33 -0700
Fixed bug MDEV-585 (LP bug #637962)
If, when executing a query with ORDER BY col LIMIT n, the optimizer chose an index-merge scan to access the table containing col while there existed an index defined over col then optimizer did not consider the possibility of using an alternative range scan by this index to avoid filesort. This could cause a performance degradation if the optimizer flag index_merge was set up to 'on'.
Revision #3590 [merge] Fri 2012-11-02 15:35:09 +0400
Merge: bzr ignore sql-bench/test-table-elimination
Revision #3588.1.1 Fri 2012-11-02 15:31:54 +0400
bzr ignore sql-bench/test-table-elimination
Revision #3589 [merge] Thu 2012-11-01 21:36:31 +0200
Merge 5.2 -> 5.3
Revision #2732.57.27 [merge] Thu 2012-11-01 15:44:34 +0200
Merge 5.1 -> 5.2
Revision #2643.153.20 Wed 2012-10-31 23:49:51 +0200
Fixed MDEV-612, Bug #1010759 - Valgrind error ha_maria::check_if_incompatible_data on
Revision #2643.153.19 Wed 2012-10-31 23:22:32 +0200
Fixed MDEV-647,Bug #986261 - Aria unit tests fail at ma_test2
Revision #2732.57.26 Thu 2012-11-01 00:06:09 +0200
Fix of non-deterministic results.
Revision #2732.57.25 Wed 2012-10-31 23:04:53 +0200
Do not build pbxt.
Revision #2732.57.24 Tue 2012-10-09 17:36:02 +0300
MDEV-616 fix (MySQL fix accepted)
Revision #2732.57.23 Sun 2012-10-14 19:29:31 +0300
MDEV-746: Merged mysql fix of the Bug #1002546 & MySQL Bug#13651009.
Empty result after reading const tables now works for subqueries.
Revision #2732.57.22 Tue 2012-10-02 12:53:20 +0300
fixed MDEV-568: Wrong result for a hash index look-up if the index is unique and the key is NULL
Check ability of index to be NULL as it made in MyISAM. UNIQUE with NULL could have several NULL entries so we have to continue even if ve have found a row.
Revision #3588 Wed 2012-10-31 09:34:25 +0400
Revision #3587 Wed 2012-10-10 22:42:50 +0300
Fix of MDEV-3799.
Find left table in right join (which turned to left join by reordering tables in join list but phisical order of tables of SELECT left as it was).
Revision #3586 Wed 2012-10-10 09:21:22 +0400
Backport of: olav.sandstaa@oracle.com-20120516074923-vd0dhp183vqcp2ql
.. into MariaDB 5.3
Revision #3585 Fri 2012-10-05 12:26:55 +0300
Fix of MDEV-589.
The problem was in incorrect detection of merged views in tem_direct_view_ref::used_tables() .
Revision #3584 Mon 2012-10-01 19:04:17 -0700
Added the reported test case for LP bug #823237 (a duplicate of bug #823189).
Last updated
Was this helpful?