MariaDB 10.0.4 Changelog

The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Now

Download |Release Notes |Changelog |Overview of 10.0

Release date: 16 Aug 2013

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 #3801 Thu 2013-08-15 18:15:32 +0400

    • MDEV-4897 - Assertion 'share->tdc.prev == 0 && share->tdc.next == 0' failed in TABLE_SHARE* tdc_acquire_share(THD*, const char*, const char*, const char*, uint, uint, TABLE)

  • Revision #3800 Thu 2013-08-15 16:45:29 +0400

    • MDEV-4864 - Merge tests for EXCHANGE PARTITION feature

  • Revision #3799 Thu 2013-08-15 15:32:18 +0400

    • An additional test for MDEV-4871 Temporal literals do not accept nanoseconds

  • Revision #3798 Thu 2013-08-15 15:24:34 +0400

    • MDEV-4871 Temporal literals do not accept nanoseconds

  • Revision #3797 Thu 2013-08-15 10:47:18 +0200

    • fix tests that were relying on @@have_partitioning

  • Revision #3796 [merge] Thu 2013-08-15 13:31:49 +0400

    • Merge with 10.0-connect

    • Revision #3763.1.23 Wed 2013-08-14 16:07:32 +0200

      • Change the Blanks parameter from true to false in catalog getting information function. This solve the problem of uninitialised zone that was detected by valgrind.

    • Revision #3763.1.22 Tue 2013-08-13 18:53:14 +0200

      • FIX MDEV-4853 + another bug causing the whole section to be deleted when deleting one key of a INI table with layout=Row. The same happens for layout=column but this is normal as one line is one section.

    • Revision #3763.1.21 Mon 2013-08-12 21:51:56 +0200

      • Fix MDEV-4878. Table locking is now supported.

    • Revision #3763.1.20 Sun 2013-08-11 17:46:59 +0200

      • Fix MDEV-4494. Suppress the flag HA_NULL_IN_KEY.

    • Revision #3763.1.19 Sun 2013-08-11 14:21:38 +0200

      • Fix MDEV-4881. SQL_TYPE_DECIMAL was not recognized in ha_connect::GetColumnOption.

      • Crash on second SELECT was because tshp was not reset to NULL in case of error.

    • Revision #3763.1.18 Fri 2013-08-09 18:53:40 +0200

      • Better message for CONNECT unspported commands

    • Revision #3763.1.17 Fri 2013-08-09 18:02:47 +0200

      • Implement the SERVID special columns. This imply modifying the way special columns are processed. This will be documented. Also some code cleanup and some changes to prepare the indexing of nullable columns (not achieve yet)

    • Revision #3763.1.16 Tue 2013-08-06 12:17:11 +0200

      • Issue a warning instead of an error when inserting in release built a value concerning a nullable column wrongly created as indexed (MDEV-4494)

    • Revision #3763.1.15 Mon 2013-07-29 12:26:08 +0200

      • Just update the version number and date

    • Revision #3763.1.14 Fri 2013-07-26 15:33:03 +0200

      • Restore comment handling commented out in R3772. Should be fixed by R3776

    • Revision #3763.1.13 Fri 2013-07-26 09:52:16 +0200

      • Restrict memcpy length in CHRBLK::SetValue

    • Revision #3763.1.12 Fri 2013-07-26 00:11:48 +0200

      • Fix length when TYPVAL::SetValue_char is called from MYSQLCOL::ReadColumn.

    • Revision #3763.1.11 Thu 2013-07-25 21:14:49 +0200

      • Restore test results to the discovery old way. (when using NEW_WAY, show create table displays table types unquoted)

    • Revision #3763.1.10 Thu 2013-07-25 19:15:07 +0200

      • Restore tests to handle the cases that were giving Valgrind warnings.

    • Revision #3763.1.9 Thu 2013-07-25 19:09:46 +0200

      • Fix a few test in TYPVAL that cause Valgrind warnings

    • Revision #3763.1.8 Thu 2013-07-25 19:05:57 +0200

      • Modify discovery to test a new way of adding columns. Currently the old way is still used if NEW_WAY is not defined.

    • Revision #3763.1.7 Sat 2013-07-20 19:22:12 +0200

      • Fix bug causing connect_assisted_discovery to fail on some table types (WMI). In add_field a decimal value could be specified for columns not being DOUBLE.

    • Revision #3763.1.6 Fri 2013-07-12 11:25:01 +0200

      • CONNECT not should use query cache because working on external data prone to be modified out of MariaDB

    • Revision #3763.1.5 Fri 2013-07-12 11:18:54 +0200

      • Fix "Result content mismatch"

    • Revision #3763.1.4 Thu 2013-07-11 17:45:31 +0200

      • Applying temporary restrictions to test files. This is to suppress some valgrind warnings and consist principally in:

        1. Not supporting connect_assisted_discovery to all PROXY based table types

        2. Not supporting the PIVOT table type

      • This temporarily until the valgrind errors/warnings are fixed

    • Revision #3763.1.3 Thu 2013-07-11 17:44:15 +0200

      • cleaning code and show some functions return code

  • Revision #3795 Wed 2013-08-14 18:56:41 +0200

    • raise a version

  • Revision #3794 Wed 2013-08-14 12:50:17 +0400

    • Adjusted test results after recent changes.

  • Revision #3793 Wed 2013-08-14 12:48:50 +0400

  • Revision #3792 Tue 2013-08-13 16:02:10 +0200

    • MDEV-4492 InnoDB generates non-existing link to manual based on the server version

  • Revision #3791 Tue 2013-08-13 13:35:36 +0200

    • MDEV-4865 Change related to --log option/variable was merged partially

  • Revision #3790 Mon 2013-08-12 22:08:25 +0200

  • Revision #3789 Mon 2013-08-12 22:05:23 +0200

    • cleanup * use sql_mode_for_dates() where appropriate. * always specify an argument for sql_mode_for_dates() (future-proof. easier to notice and fix if the caller will start using thd from a local variable or an argument)

  • Revision #3788 Mon 2013-08-12 21:27:43 +0200

  • Revision #3787 Mon 2013-08-12 21:07:10 +0200

  • Revision #3786 Mon 2013-08-12 20:56:35 +0200

  • Revision #3785 Mon 2013-08-12 18:32:53 +0200

  • Revision #3784 Mon 2013-08-12 16:02:20 +0200

    • don't error out in Sys_var::global_value_ptr(), it's not nice when unconfigured gtid prevents SHOW VARIABLES from working

  • Revision #3783 Mon 2013-08-12 15:46:35 +0200

  • Revision #3782 Mon 2013-08-12 14:17:51 +0200

  • Revision #3781 Mon 2013-08-12 17:21:52 +0300

    • Fix bug MDEV-4885: When performance schema is disabled, autosized parameters show 18446744073709551615 instead of -1 (patch by Serg)

  • Revision #3780 [merge] Thu 2013-08-08 12:05:02 +0400

    • Merge fixes for: MDEV-4797 - Spider crash on show create table spider table and replication multi source to one of the partitions MDEV-4747 - Spider: add missing install_spider.sql

    • Revision #3762.1.4 Wed 2013-07-31 03:14:57 +0900

    • Revision #3762.1.3 Thu 2013-07-04 02:55:48 +0900

      • change CMakeLists.txt for install install_spider.sql. MDEV-4747 - Spider: add missing install_spider.sql

    • Revision #3762.1.2 Sat 2013-06-29 11:35:04 +0900

      • move installing sql file into scripts directory

    • Revision #3762.1.1 Sat 2013-06-29 02:08:02 +0900

      • add installing sql file

  • Revision #3779 Thu 2013-08-08 12:03:30 +0400

    • Do not require libssl1.0.0 (not available on all buildbot platforms).

  • Revision #3778 Wed 2013-08-07 17:08:51 -0700

    • Added missing tests for innodb persistent statistics (from mysql-5.6.10)

  • Revision #3777 Wed 2013-08-07 13:18:26 -0700

    • Added missing tests for GET DIAGNOSTICS.

  • Revision #3776 [merge] Wed 2013-08-07 17:21:37 +0400

    • Merge 10.0-serg -> 10.0

    • Revision #3773.1.47 [merge] Wed 2013-08-07 19:40:25 +0400

      • Null merge.

    • Revision #3773.1.46 Wed 2013-08-07 15:55:17 +0400

      • Attempt to fix sproadic failures of rpl.rpl_err_ignoredtable.

    • Revision #3773.1.45 Wed 2013-08-07 10:57:45 +0400

      • MDEV-4819 Upgrade from MySQL 5.6 does not work

    • Revision #3773.1.44 Tue 2013-08-06 14:02:07 +0400

      • MDEV-4801 - Server crashes in my_strdup on setting innodb_ft_user_stopword_table to DEFAULT

    • Revision #3773.1.43 Mon 2013-08-05 13:52:53 -0700

      • Fixed a valgrind warning: reverted the change done for WL 4443.

    • Revision #3773.1.42 [merge] Mon 2013-08-05 07:16:07 -0700

      • Merge.

      • Revision #3773.4.1 Wed 2013-07-31 06:45:44 -0700

        • Fixed a wrong merge in prune_partitions()

    • Revision #3773.1.41 Sun 2013-08-04 23:21:11 +0500

      • valgrind errors in gis.test and funcs_1.storedproc fixed. Field_geom::store() should check if the source is it's value.

    • Revision #3773.1.40 [merge] Fri 2013-08-02 18:14:35 +0400

      • Automatic merge

      • Revision #3773.3.1 Fri 2013-08-02 18:12:09 +0400

        • MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-serg Temorary fix for a number of replication tests (rpl.rpl_temp_table_mix_row rpl.rpl_trunc_temp rpl.rpl_current_user rpl.rpl_gtid_master_promote):

    • Revision #3773.1.39 Fri 2013-08-02 19:52:26 +0400

    • Revision #3773.1.38 Fri 2013-08-02 13:36:25 +0400

    • Revision #3773.1.37 Thu 2013-08-01 22:13:06 +0400

    • Revision #3773.1.36 Thu 2013-08-01 17:12:58 +0400

    • Revision #3773.1.35 Thu 2013-08-01 16:09:26 +0400

    • Revision #3773.1.34 Thu 2013-08-01 16:04:13 +0400

    • Revision #3773.1.33 Thu 2013-08-01 16:00:50 +0400

    • Revision #3773.1.32 Wed 2013-07-31 16:41:29 +0300

      • Virtual column support for new innodb.

    • Revision #3773.1.31 Wed 2013-07-31 15:04:14 +0200

    • Revision #3773.1.30 [merge] Wed 2013-07-31 15:02:11 +0400

      • Merged fix for uninitialized variables.

      • Revision #3413.21.295 Thu 2013-07-18 11:16:18 +0300

        • Fix of using uninitialized variadle.

    • Revision #3773.1.29 Wed 2013-07-31 14:55:54 +0400

    • Revision #3773.1.28 Wed 2013-07-31 14:51:25 +0400

    • Revision #3773.1.27 Tue 2013-07-30 23:42:16 +0400

    • Revision #3773.1.26 Tue 2013-07-30 17:54:40 +0400

    • Revision #3773.1.25 Tue 2013-07-30 17:50:48 +0400

    • Revision #3773.1.24 Tue 2013-07-30 17:47:53 +0400

    • Revision #3773.1.23 Mon 2013-07-29 18:08:49 +0400

    • Revision #3773.1.22 Sat 2013-07-27 17:04:57 +0400

    • Revision #3773.1.21 Fri 2013-07-26 18:48:06 -0700

    • Revision #3773.1.20 Fri 2013-07-26 23:02:48 +0400

    • Revision #3773.1.19 Fri 2013-07-26 16:03:56 +0500

      • main.gis test fixed.

    • Revision #3773.1.18 Fri 2013-07-26 13:11:43 +0400

    • Revision #3773.1.17 Fri 2013-07-26 13:04:59 +0400

    • Revision #3773.1.16 Thu 2013-07-25 13:42:06 +0400

    • Revision #3773.1.15 Thu 2013-07-25 13:40:18 +0400

    • Revision #3773.1.14 Thu 2013-07-25 13:37:30 +0400

    • Revision #3773.1.13 [merge] Wed 2013-07-24 14:45:47 +0400

      • Automatic merge

      • Revision #3773.2.1 Wed 2013-07-24 14:43:57 +0400

        • Alternative fix for failure in filesort_debug.test. - Make THD::raise_condition() call push_warning() after set_error_status() call. (they seem to have accidentally exchanged in this merge cset: sergii@pisem.net-20130721143919-7cltcw2l9g29f983) - Rollback the patch from two csets before (the one with comment: Update filesort_debug.test (see comment #1 in MDEV-4786 for analysis))

    • Revision #3773.1.12 Wed 2013-07-24 16:51:48 +0400

    • Revision #3773.1.11 Wed 2013-07-24 16:48:23 +0400

    • Revision #3773.1.10 Wed 2013-07-24 16:45:24 +0400

    • Revision #3773.1.9 Wed 2013-07-24 12:35:18 +0400

      • Fix testsuite: update tests for mysql-test/t/system_mysql_db_fix*

      • As of 10.0.2, MariaDB has mysql.gtid_slave_pos table as system table.

    • Revision #3773.1.8 Wed 2013-07-24 10:05:12 +0400

      • Update filesort_debug.test (see comment #1 in MDEV-4786 for analysis)

    • Revision #3773.1.7 Tue 2013-07-23 18:29:16 +0400

    • Revision #3773.1.6 Tue 2013-07-23 18:03:23 +0400

    • Revision #3773.1.5 Tue 2013-07-23 17:38:44 +0400

    • Revision #3773.1.4 Tue 2013-07-23 17:22:02 +0400

      • MDEV4786 - merge 10.0-monty → 10.0

    • Revision #3773.1.3 Sun 2013-07-21 19:24:20 +0200

      • more post-merge fixes: * update results * don't force HA_CREATE_DELAY_KEY_WRITE on all temp tables, (bad for CREATE ... LIKE) instead imply it in myisam/aria * restore HA_ERR_TABLE_DEF_CHANGED in archive * increase the default number of rwlock classes in P_S to fit all our rwlocks

    • Revision #3773.1.2 Sun 2013-07-21 16:43:42 +0200

      • cosmetic fixes

    • Revision #3773.1.1 [merge] Sun 2013-07-21 16:39:19 +0200

      • 10.0-monty merge

      • Revision #3492.3.135 Wed 2013-07-17 18:51:12 +0200

        • merge few bug fixes from 5.6

      • Revision #3492.3.134 Thu 2013-07-18 12:35:00 +0300

        • MDEV-617 Bug #671189 - Query cache is not used for tables or databases with dots in their names test suite added to be sure that bug is fixed

      • Revision #3492.3.133 Mon 2013-07-15 22:50:06 +0200

        • MDEV-4757 Change mysql.slow_log.event_time from TIMESTAMP to TIMESTAMP(6)

      • Revision #3492.3.132 Mon 2013-07-15 21:17:08 +0200

        • in field_conv() don't simply check to->type() == MYSQL_TYPE_BLOB, this misses GEOMETRY columns.

      • Revision #3492.3.131 Mon 2013-07-15 18:01:22 +0200

        • Fixes for innodb suite, merging tests from 5.6.

      • Revision #3492.3.130 Mon 2013-07-15 13:43:15 +0200

        • Fix main test suite on Windows

      • Revision #3492.3.129 Mon 2013-07-15 13:42:50 +0200

        • Windows, compilation : restore support for erxceptions (fixes warnings in Innodb code)

      • Revision #3492.3.128 Sun 2013-07-14 23:20:25 +0200

        • many simple fixes for innodb suite, merging tests from 5.6

      • Revision #3492.3.127 Sun 2013-07-14 19:44:37 +0200

        • fix pfs_digest* tests.

      • Revision #3492.3.126 Sun 2013-07-14 13:48:06 +0200

        • parts suite merged

      • Revision #3492.3.125 Sat 2013-07-13 22:29:30 +0200

        • update results

      • Revision #3492.3.124 Sat 2013-07-13 22:29:17 +0200

        • fix for maria.maria test

      • Revision #3492.3.123 Sat 2013-07-13 22:28:53 +0200

        • update plugin API versions in tests

      • Revision #3492.3.122 Sat 2013-07-13 17:48:06 +0200

        • SHA1 service (because mysql_ssl library is built with -fvisibility=hidden)

      • Revision #3492.3.121 Sat 2013-07-13 15:13:24 +0200

        • Fix compiler warning - using "const" twice for CHARSET_INFO.

      • Revision #3492.3.120 Sat 2013-07-13 15:09:47 +0200

        • Fix compile error on Windows.

      • Revision #3492.3.119 Sat 2013-07-13 09:22:00 +0200

        • sys_var suite passes

      • Revision #3492.3.118 Fri 2013-07-12 23:07:32 +0200

        • fix the maria suite

      • Revision #3492.3.117 Fri 2013-07-12 21:41:20 +0200

        • update handler.* tests

      • Revision #3492.3.116 Fri 2013-07-12 20:48:28 +0200

        • update test results

      • Revision #3492.3.115 Fri 2013-07-12 19:58:06 +0200

        • federated.partition test - fix the bad merge

      • Revision #3492.3.114 Fri 2013-07-12 17:40:20 +0200

        • binlog_old_versions.test

      • Revision #3492.3.113 Fri 2013-07-12 16:24:20 +0200

        • archive.test and others

      • Revision #3492.3.112 Fri 2013-07-12 16:31:01 +0300

        • now results is correct

      • Revision #3492.3.111 Fri 2013-07-12 13:32:37 +0200

        • fix lost vcol checks in sql_table.cc, remove unused FIELD_IS_xxx flags change vcol tests to use innodb, not xtradb.

      • Revision #3492.3.110 Fri 2013-07-12 11:36:54 +0200

        • restore ha_example::check_if_incompatible_data(), create_info->fields_option_struct, create_info->indexes_option_struct lost in the merge. add test cases.

      • Revision #3492.3.109 Thu 2013-07-11 21:23:55 +0300

        • Merge the following patch from MySQL 5.6.10, in order to make perfschema.binlog_* tests work.

      • Revision #3492.3.108 Fri 2013-07-12 10:21:14 +0200

        • fix upgrade.test - update from 5.6

      • Revision #3492.3.107 Fri 2013-07-12 10:17:52 +0200

        • merge bugfuxes for sp-error.test

      • Revision #3492.3.106 Fri 2013-07-12 09:37:07 +0300

        • changes corresponts to changes in 5.6

      • Revision #3492.3.105 Thu 2013-07-11 23:16:33 +0200

        • temporal-related changes. don't apply sql_mode flags on the lower level (str_to_datetime), do it on the upper level, in items that return temporal values.

      • Revision #3492.3.104 Thu 2013-07-11 21:56:58 +0200

        • fix truncate_coverage.test: update from 5.6

      • Revision #3492.3.103 Thu 2013-07-11 21:40:30 +0200

        • fix signal_demo3.test: fix a typo in the merge, and update results to match 5.6

      • Revision #3492.3.102 Thu 2013-07-11 18:57:11 +0200

        • fix merge.test: online alter table support for MERGE tables, really

      • Revision #3492.3.101 Thu 2013-07-11 16:54:03 +0200

        • fix create.test: update the results, don't restore the incorrectly merged feature. it'll go away in the next 10.0 merge

      • Revision #3492.3.100 Thu 2013-07-11 14:10:44 +0200

        • remove unused function

      • Revision #3492.3.99 Thu 2013-07-11 14:08:51 +0200

        • fix alter_table.test: remove old assert as it was removed from 5.6, add extra_func code from 5.5, that was lost in a merge

      • Revision #3492.3.98 Thu 2013-07-11 16:27:57 +0300

        • added lost part about preopened temporary tables

      • Revision #3492.3.97 Thu 2013-07-11 12:25:08 +0300

        • MDEV-4710 Merge Performance Schema test cases from MySQL 5.6.10

      • Revision #3492.3.96 Wed 2013-07-10 21:19:11 +0200

        • fix cast.test, select.test, select_jcl6.test: update results after strict_date_checking=1

      • Revision #3492.3.95 Wed 2013-07-10 20:11:01 +0200

        • fix plugin.test - bad merge in TABLE_SHARE::destroy, ha_share must be deleted before the plugin

      • Revision #3492.3.94 Wed 2013-07-10 19:22:19 +0200

        • fix func_time.test - WEEK(), WEEKDAY(), WEEKOFYEAR() must require TIME_NO_ZERO_IN_DATE

      • Revision #3492.3.93 Wed 2013-07-10 19:09:26 +0200

        • fix select_pkeycache: update results after strict_date_checking=1

      • Revision #3492.3.92 Wed 2013-07-10 18:58:34 +0200

        • fix status.test - don't use lock_tables_precheck() for SHOW PROC STATUS, it shouldn't require LOCK_TABLE_ACL

      • Revision #3492.3.91 Wed 2013-07-10 17:10:22 +0200

        • fix innodb_mysql_sync test - update from 5.6

      • Revision #3492.3.90 Wed 2013-07-10 15:23:46 +0200

        • fix flush_read_lock - update the test and results form 5.6

      • Revision #3492.3.89 Wed 2013-07-10 13:34:07 +0200

        • clearly mark unused error messages as such

      • Revision #3492.3.88 Wed 2013-07-10 12:48:56 +0200

        • fix for alter_table_online test.

      • Revision #3492.3.87 Wed 2013-07-10 15:30:17 +0300

        • MDEV-4710 Merge Performance Schema test cases from MySQL 5.6.10

      • Revision #3492.3.86 Tue 2013-07-09 22:36:53 +0200

        • MDEV-4758 10.0-monty tree: ALTER TABLE CHANGE COLUMN doesn't drop EITS stats

      • Revision #3492.3.85 Tue 2013-07-09 22:30:04 +0200

        • cmake: don't check for the compiler on every invocation of RESTRICT_SYMBOL_EXPORTS(), do it only once

      • Revision #3492.3.84 Tue 2013-07-09 18:43:12 +0200

        • commit_1innodb.test: update results from 5.6

      • Revision #3492.3.83 Tue 2013-07-09 18:09:22 +0200

        • fix mysql_client_test failure, sometimes we do warnings differently

      • Revision #3492.3.82 Tue 2013-07-09 21:15:01 +0300

        • Cought errors are not shown

      • Revision #3492.3.81 Tue 2013-07-09 15:39:57 +0400

        • 10.0-monty: trivial test result updates

      • Revision #3492.3.80 Tue 2013-07-09 13:40:26 +0400

        • Trivial test result updates.

      • Revision #3492.3.79 Tue 2013-07-09 15:42:36 +0400

        • Fix merge.test failure - Problem: mysql_admin_table() calls open_temporary_tables(). This causes assertion failure, because mysql_execute_command() has already called open_temporary_tables() - Solution: call close_thread_tables() at the start of mysql_admin_table(), like mysql-5.6 does

      • Revision #3492.3.78 [merge] Mon 2013-07-08 22:06:04 -0700

        • Merge

        • Revision #3492.13.1 [merge] Mon 2013-07-08 20:45:02 +0400

          • Automatic merge

          • Revision #3492.12.2 Mon 2013-07-08 20:21:27 +0400

            • Fix assert failures in main.merge test (line 234) and main.merge_mmap (line 44) - After the merge from mysql-5.6, open_tables() did not call open_and_process_table() for temporary table. The logic was that temporary tables were already opened when mysql_execute_command() has called open_temporary_tables(). This worked for the most part, except for temporary tables of type MERGE. for which open_and_process_table() must call table->file->extra(HA_EXTRA_ADD_CHILDREN_LIST). Failure to make this call resulted in crash further in execution.

      • Revision #3492.3.77 Mon 2013-07-08 18:35:44 -0700

        • Fixed all remaining failures in partition tests. Commented out the test case for bug 50036 as it was done in mysql-5.6.10.

      • Revision #3492.3.76 [merge] Mon 2013-07-08 12:59:18 -0700

      • Revision #3492.3.75 Mon 2013-07-08 12:55:11 -0700

        • Fixed a failure in partition_truncate.test.

      • Revision #3492.3.74 [merge] Mon 2013-07-08 18:15:50 +0400

        • Automatic merge

        • Revision #3492.11.1 Mon 2013-07-08 18:14:24 +0400

          • Fix test failure in myisam.test: Put back the code tht produces the warning about "Table storage engine %s does not support the create option 'TRANSACTIONAL=1'"

      • Revision #3492.3.73 Mon 2013-07-08 19:11:57 +0300

        • fixed result.

      • Revision #3492.3.72 [merge] Mon 2013-07-08 12:59:50 +0400

        • Automatic merge

        • Revision #3492.10.1 Mon 2013-07-08 12:57:58 +0400

          • Fix test errors like: -Note 1031 Table storage engine for 't1' doesn't have this option +Note 1031 Table storage engine for 'InnoDB' doesn't have this option

      • Revision #3492.3.71 Mon 2013-07-08 15:19:50 +0300

        • Merge performance schema test cases from MySQL 5.6.10

      • Revision #3492.3.70 Mon 2013-07-08 11:16:11 +0400

        • More test result updates: - Update test results for tests using SPs: SPs no longer emit warnings/errors that were caught and handled inside SP

      • Revision #3492.3.69 Mon 2013-07-08 13:42:38 +0400

        • More trivial test results updates

      • Revision #3492.3.68 Mon 2013-07-08 09:50:18 +0300

        • The compiler warning about ';' fix.

      • Revision #3492.3.67 Sun 2013-07-07 14:09:52 +0400

        • Update test results to fix trivial test failures in parts testsuite - New error message text - PARTITION is now a reserved word in SQL, so it should be quoted

      • Revision #3492.3.66 Fri 2013-07-05 21:42:06 +0400

        • More buildbot test result updates

      • Revision #3492.3.65 Fri 2013-07-05 19:57:48 +0400

        • Post-merge buildbot fixes: Update trivial .reject/.result differences (all checked)

      • Revision #3492.3.64 Fri 2013-07-05 19:40:34 +0400

        • Merge from mysql-5.6 fix for bug#11761752 (was already partially merged)

      • Revision #3492.3.63 Fri 2013-07-05 16:56:05 +0400

        • Test result updates

      • Revision #3492.3.62 Fri 2013-07-05 16:45:22 +0400

        • Fix compilation: tests/async_queries links againist client library, and must use C++ linking due to client library using SSL library, which needs C++ linking

      • Revision #3492.3.61 Fri 2013-07-05 15:25:01 +0400

        • Fix limit_rows_examined.test: - Take into account that Dynamic_array::back() now returns pointer to the last element (it used to return pointer to right after the last element) - Fix error messages merge: ER_INTERNAL_ERROR was defined independently by both mysql-5.6 and mariadb-5.5. Switch to their error number, and still support ours for compatibility.

      • Revision #3492.3.60 Fri 2013-07-05 15:20:39 +0400

        • Fix compile error on Windows

      • Revision #3492.3.59 Fri 2013-07-05 17:21:14 +0300

        • known results differences

      • Revision #3492.3.58 Fri 2013-07-05 17:06:02 +0300

        • fixed result (error message and error message intercepting).

      • Revision #3492.3.57 Fri 2013-07-05 16:58:37 +0300

        • fixed opening temporary tables.

      • Revision #3492.3.56 Fri 2013-07-05 14:00:17 +0400

        • Update test result: same as in 10.0 and maria (and mysql) 5.5

      • Revision #3492.3.55 Fri 2013-07-05 13:56:05 +0400

        • Fix trivial compile failures observed in buildbot

      • Revision #3492.3.54 Fri 2013-07-05 14:40:01 +0200

        • Set valid default ("yes") for WITH_SSL cmake variable on Unixes.

      • Revision #3492.3.53 Fri 2013-07-05 11:23:18 +0400

        • Fix mysqldump.test: update test result

      • Revision #3492.3.52 Fri 2013-07-05 10:52:31 +0400

        • Update test result: PASSWORD(NULL) returns '' now.

      • Revision #3492.3.51 Fri 2013-07-05 10:44:06 +0400

        • More test result updates, follow the previous cset

      • Revision #3492.3.50 Fri 2013-07-05 10:40:45 +0400

        • More test result updates: - strict.test updated (changed back) after the cset with "Fix type_newdecimal.test ..." two csets ago - row-checksum.test changed the code from HA_WRONG_CREATE_OPTION to ER_ILLEGAL_HA_CREATE_OPTION, like mysql-5.6 did

      • Revision #3492.3.49 Fri 2013-07-05 10:21:15 +0400

        • Fix a number of tests:

          • MariaDB does not have mysql.slave_master_info, mysql.slave_relay_log_info ,mysql.slave_worker_info or mysql.ndb_binlog_index tables.

          • Some tests expected to have these tables (this was an incorrect merge from 5.6, which merged necessary tables like mysql.innodb*stats, but also got these tables)

      • Revision #3492.3.48 Fri 2013-07-05 09:53:18 +0400

        • Fix type_newdecimal.test: Warning was produced instead of NOTE. The cause was typo in the merge.

      • Revision #3492.3.47 Fri 2013-07-05 07:24:04 +0400

        • Fix innodb_ignore_builtin.test

      • Revision #3492.3.46 [merge] Thu 2013-07-04 17:58:39 +0400

        • Automatic merge

        • Revision #3492.9.1 Thu 2013-07-04 17:57:42 +0400

          • Update log_tables.test: some definitions of columns have changed, and slow_log got 'thread_id' column.

      • Revision #3492.3.45 Thu 2013-07-04 17:08:15 +0400

        • Update test result for mysql-test/t/ctype_errors.test (checked)

      • Revision #3492.3.44 Thu 2013-07-04 17:01:36 +0400

        • Fix fix_priv_tables.test: make mysql_system_tables_fix.sql to not modify user.password_expired column.

      • Revision #3492.3.43 Thu 2013-07-04 16:36:43 +0400

        • Fix typo in scripts/mysql_system_tables_fix.sql

      • Revision #3492.3.42 [merge] Thu 2013-07-04 15:46:53 +0400

        • Automatic merge

        • Revision #3492.8.1 Thu 2013-07-04 15:45:58 +0400

          • MDEV-4756: 10.0-monty tree: log_state.test fails - make the test output stable - make Log_to_csv_event_handler::log_slow() to write the value of thd->thread_id (it didn't, and so 0 was always logged).

      • Revision #3492.3.41 Thu 2013-07-04 15:05:43 +0400

        • Update test results: handlersocket.test (approved by Serg)

      • Revision #3492.3.40 Thu 2013-07-04 09:38:33 +0400

        • Update more test results (all checked).

      • Revision #3492.3.39 [merge] Thu 2013-07-04 09:11:21 +0400

        • Automatic merge

        • Revision #3492.7.1 Thu 2013-07-04 07:21:54 +0400

          • MDEV-4753: partition_innodb_stmt reports memory leaks from dict/dict0stats_bg.cc:69 - Work around the problem by forcing recalc_pool to free its buffer in dict_stats_recalc_pool_deinit().

      • Revision #3492.3.38 Thu 2013-07-04 10:39:19 +0300

        • fixed typo.

      • Revision #3492.3.37 Wed 2013-07-03 20:48:41 +0400

        • Fix a number of trivial test failures by updating error message: "Unknown table tbl" is now "Unknown table database.tbl" (part#3)

      • Revision #3492.3.36 Wed 2013-07-03 20:10:51 +0400

        • Cont'd: Fix a number of trivial test failures by updating error message: "Unknown table tbl" is now "Unknown table database.tbl"

      • Revision #3492.3.35 [merge] Wed 2013-07-03 20:05:05 +0400

        • Automatic merge

        • Revision #3492.6.1 Wed 2013-07-03 20:02:48 +0400

          • Fix a number of trivial test failures by updating error message: "Unknown table tbl" is now "Unknown table database.tbl"

      • Revision #3492.3.34 [merge] Wed 2013-07-03 22:57:13 +0300

        • Automatic merge

        • Revision #3492.5.1 Wed 2013-07-03 22:50:34 +0300

          • Fixed issues with partitions and create temporary table SELECT ... Merged all ddl_logging code. Merged sql_partition.cc innodb_mysql_lock2.test and partition_cache.test now works. Changed interface to strconvert() to make it easier to use with not \0 terminated strings.

      • Revision #3492.3.33 Wed 2013-07-03 19:42:05 +0400

        • MDEV-4750: (patch#2): undo previous attempts to stabilize persistent table statistics with ANALYZE TABLE commands

      • Revision #3492.3.32 [merge] Wed 2013-07-03 19:40:40 +0400

        • Merge

        • Revision #3492.4.1 Wed 2013-07-03 19:32:58 +0400

          • MDEV-4750: Fix a number of test failures in EXPLAIN outputs caused by weird behavior in innodb's persistent stats - Run the testsuite without innodb persistent stats

      • Revision #3492.3.31 Wed 2013-07-03 22:34:12 +0300

      • Revision #3492.3.30 Wed 2013-07-03 14:42:48 +0400

        • Fix test failure in mysql-test/t/type_bit_innodb.test - Run ANALYZE TABLE after insert, like mysql-5.6 does.

      • Revision #3492.3.29 Wed 2013-07-03 14:24:56 +0400

        • Fix test failure for join_outer_innodb.test: reuse the approach from vasil.dimov@oracle.com-20120521133620-glj6l0ntcsrz0wbl run ANALYZE TABLE.

      • Revision #3492.3.28 Wed 2013-07-03 12:19:03 +0300

      • Revision #3492.3.27 Thu 2013-06-27 12:51:34 +0300

      • Revision #3492.3.26 Wed 2013-07-03 10:22:19 +0300

        • ps_ddl1.test fix

      • Revision #3492.3.25 Wed 2013-07-03 10:19:47 +0300

        • ps.test fixed

      • Revision #3492.3.24 Wed 2013-07-03 10:18:22 +0300

        • ps_1general fixed.

      • Revision #3492.3.23 Tue 2013-07-02 22:11:12 +0300

        • strict.test now works.

      • Revision #3492.3.22 Tue 2013-07-02 20:43:35 +0300

        • mdl_sync now works.

      • Revision #3492.3.21 Tue 2013-07-02 16:44:53 +0300

        • Pull of revision 3313 (Pre-requisite patch for Bug#11763162 (55843 - Handled condition appears as not handled) fixed.

      • Revision #3492.3.20 Mon 2013-07-01 11:31:18 +0300

        • correct result of the ps.tset

      • Revision #3492.3.19 Fri 2013-06-28 01:53:41 +0300

        • Fixed some wrong format strings. Fixed OPTIMIZE with innodb

      • Revision #3492.3.18 Thu 2013-06-27 17:42:18 +0300

        • merge of 2876.430.11 & 2876.430.1 CF_PREOPEN_TMP_TABLES & CF_HA_CLOSE & Patch for Bug#11746602 (27480: Extend CREATE TEMPORARY TABLES privilege to allow temp table operations).

      • Revision #3492.3.17 Thu 2013-06-27 14:01:03 +0300

        • ha_partition.cc and ha_partition.h are now completely merged Added sql_mode_t to simplify merges

      • Revision #3492.3.16 Wed 2013-06-26 13:17:27 +0300

        • A fix of unions with duplicate rows and returning bug fix for Bug #732124 union + limit returns wrong result

      • Revision #3492.3.15 Tue 2013-06-25 18:55:12 -0700

        • Some corrections of the merge for the partition code.

      • Revision #3492.3.14 Sun 2013-06-23 12:15:43 +0300

        • Added option to avoid warnings from innodb

      • Revision #3492.3.13 Sat 2013-06-22 18:47:12 +0300

        • Don't update table and index statics for temporary tables Fixed type and testing of last_update type for innodb_table_stats

      • Revision #3492.3.12 Fri 2013-06-21 15:17:48 +0300

        • Case when we close temporary table which was not opened in its engine (ALTER TABLE) fixed.

      • Revision #3492.3.11 Thu 2013-06-20 14:49:25 +0300

        • Fixed memory leaks. alias.test now runs clean with valgrind

      • Revision #3492.3.10 Wed 2013-06-19 22:57:46 +0300

        • Fixed some memory leaks Disabled some asserts that we can't yet have enabled

      • Revision #3492.3.9 Wed 2013-06-19 14:32:14 +0300

        • Finished merging wl5986 started by Igor.

      • Revision #3492.3.8 Tue 2013-06-18 02:01:34 +0300

        • Fixed some merge issues: - temporary tables now works - mysql-system_tables updated to not use temporary tables - PASSWORD() function fixed - Support for STATS_AUTO_RECALC, STATS_PERSISTENT and STATS_SAMPLE_PAGES table options

      • Revision #3492.3.7 Mon 2013-06-17 13:34:54 +0300

        • Debugging output fixed to make finding executing commands easy.

      • Revision #3492.3.6 Mon 2013-06-17 09:14:58 +0300

        • Cassandra SE build fix for merge.

      • Revision #3492.3.5 Sun 2013-06-16 21:26:40 +0300

        • More merge fixes:

          • mdl.cc and mdl.h merged completely

          • mysql_system_tables*.sql merged completely

          • Fixed wrong merge of lock_tables

        • Added some missing functions:

          • bool THD::notify_shared_lock()

          • Dynamic_array::pop, Dynamic_array::del

          • Added MDL_context_owner to THD

          • Added metadata_locks_hash_instances

      • Revision #3492.3.4 Sat 2013-06-15 23:01:01 +0300

        • Fixed patch that was part of last push that didn't apply correctly.

      • Revision #3492.3.3 Sat 2013-06-15 18:32:08 +0300

        • Applied all changes from Igor and Sanja

      • Revision #3492.3.2 Tue 2013-05-21 22:00:08 +0300

        • Push a lot of small fixes to get larger parts to compile

      • Revision #3492.3.1 Tue 2013-03-26 00:03:13 +0200

        • Temporary commit of 10.0-merge

  • Revision #3775 Wed 2013-08-07 17:20:22 +0400

    • Better comments

  • Revision #3774 Thu 2013-08-01 17:03:15 +0400

    • Merging my_convert() from 10.0-serg

  • Revision #3773 [merge] Thu 2013-07-18 16:46:57 +0200

16812255: Removing the --random-password option which is supported only for MYSQL server versions 5.6 and above.

Thu 2013-05-16 10:24:26 +0200

Wed 2013-05-15 16:29:31 +0200

Wed 2013-05-15 15:37:20 +0200

Mon 2013-05-13 10:21:09 +0200

Mon 2013-05-13 09:46:44 +0200

Wed 2013-05-08 12:08:20 +0200

Tue 2013-05-07 14:36:46 +0200

Mon 2013-05-06 20:31:26 +0530

Mon 2013-05-06 16:06:32 +0200

Mon 2013-05-06 15:19:37 +0200

Fri 2013-05-03 16:39:17 +0300 * Revision #3077.187.90 [merge] Tue 2013-04-30 20:40:38 +0200

Tue 2013-04-30 20:39:12 +0200

Tue 2013-04-30 22:46:37 +0530

Tue 2013-04-30 22:38:34 +0530

Tue 2013-04-30 13:39:50 +0300

Sat 2013-04-27 16:04:54 +0800

Thu 2013-04-25 11:56:26 +0530

Wed 2013-04-24 17:21:42 +0300

Wed 2013-04-24 13:34:11 +0530

Wed 2013-04-24 13:31:10 +0530 * Revision #3077.187.83 [merge] Wed 2013-04-24 08:48:34 +0200

Wed 2013-04-24 08:47:30 +0200

Wed 2013-04-24 08:42:59 +0200

Mon 2013-04-22 14:30:47 +0200

Mon 2013-04-22 14:01:07 +0200

Sat 2013-04-20 12:36:11 +0530

Sat 2013-04-20 12:28:22 +0530

Thu 2013-04-18 12:52:59 +0200

Wed 2013-04-17 09:26:51 +0200

Tue 2013-04-16 16:26:45 +0530

Tue 2013-04-16 12:17:18 +0200

Tue 2013-04-16 12:12:18 +0200

Sun 2013-04-14 08:09:56 +0530

Sun 2013-04-14 07:30:49 +0530

Fri 2013-04-12 14:18:21 +0530

Fri 2013-04-12 09:39:56 +0200

Thu 2013-04-11 10:50:50 +0800

Wed 2013-04-10 16:43:09 +0200

Wed 2013-04-10 11:50:41 +0530

Tue 2013-04-09 14:03:35 +0530

Tue 2013-04-09 14:00:05 +0530

Mon 2013-04-08 18:53:24 +0530

Mon 2013-04-08 18:48:57 +0530 * Revision #3077.187.67 [merge] Mon 2013-04-08 18:14:06 +0530

Mon 2013-04-08 18:12:39 +0530 * Revision #3077.187.66 Mon 2013-04-08 15:25:45 +0530

Thu 2013-04-04 14:54:16 +0530

Wed 2013-04-03 18:09:37 +0200

Tue 2013-04-02 16:20:49 +0200

Tue 2013-04-02 16:05:10 +0200

Tue 2013-04-02 11:14:39 +0200

Tue 2013-04-02 11:17:06 +0530

Tue 2013-04-02 11:16:26 +0530 * Revision #3077.187.60 [merge] Mon 2013-04-01 13:45:27 +0530

Mon 2013-04-01 12:26:55 +0530 * Revision #3077.187.59 [merge] Sun 2013-03-31 06:52:16 +0530

Sun 2013-03-31 06:48:30 +0530

Sat 2013-03-30 19:24:54 +0530

Fri 2013-03-29 22:11:33 +0530

Fri 2013-03-29 22:01:10 +0530

Fri 2013-03-29 16:33:33 +0530

Fri 2013-03-29 15:14:38 +0530

Fri 2013-03-29 15:09:14 +0530 * Revision #3077.187.54 Fri 2013-03-29 11:44:42 +0530 * Revision #3077.187.53 Fri 2013-03-29 09:28:31 +0530

Thu 2013-03-28 17:41:22 +0200

Thu 2013-03-28 17:37:29 +0200

Thu 2013-03-28 19:17:28 +0530

Thu 2013-03-28 19:11:26 +0530

Thu 2013-03-28 14:18:51 +0530

Thu 2013-03-28 14:14:39 +0530

Thu 2013-03-28 11:47:43 +0530

Thu 2013-03-28 10:43:50 +0530

Thu 2013-03-28 10:42:42 +0530

Thu 2013-03-28 10:25:23 +0530

Wed 2013-03-27 11:11:38 +0530

Wed 2013-03-27 16:06:33 +0200

Wed 2013-03-27 16:03:00 +0200

Wed 2013-03-27 11:22:25 +0000

Wed 2013-03-27 11:19:29 +0000

Wed 2013-03-27 11:59:40 +0530

Wed 2013-03-27 11:53:01 +0530

Tue 2013-03-26 23:11:55 +0200

Tue 2013-03-26 23:10:42 +0200

Tue 2013-03-26 21:45:39 +0200 * Revision #3077.187.41 [merge] Tue 2013-03-26 20:52:01 +0200

Tue 2013-03-26 19:24:01 +0200

Tue 2013-03-26 08:24:11 +0100

Tue 2013-03-26 08:22:45 +0100

Mon 2013-03-25 11:27:12 +0530

Fri 2013-03-22 20:16:53 +0530

Fri 2013-03-22 20:00:40 +0530

Fri 2013-03-22 15:33:59 +0530

Fri 2013-03-22 15:29:57 +0530

Fri 2013-03-22 14:55:30 +0530

Thu 2013-03-21 23:40:25 +0530

Thu 2013-03-21 23:36:02 +0530

Thu 2013-03-21 22:51:40 +0530

Thu 2013-03-21 11:40:43 +0530

Wed 2013-03-20 17:52:15 +0100

Wed 2013-03-20 17:49:30 +0100

Wed 2013-03-20 17:50:15 +0100

Tue 2013-03-19 17:09:17 +0100

Wed 2013-03-20 11:20:12 +0100

Tue 2013-03-19 15:08:19 +0100

Tue 2013-03-19 15:53:48 +0100

Tue 2013-03-19 13:36:34 +0100

Tue 2013-03-19 13:29:12 +0100

Mon 2013-03-18 17:20:30 +0200

Tue 2013-03-19 05:35:30 +0100

Tue 2013-03-19 05:19:31 +0100

Tue 2013-03-19 05:24:03 +0100

Mon 2013-03-18 15:03:54 +0530

Mon 2013-03-18 15:01:16 +0530

Mon 2013-03-18 13:48:53 +0530

Mon 2013-03-18 12:46:06 +0530

Mon 2013-03-18 12:44:38 +0530

Fri 2013-03-15 08:57:59 +0530

Fri 2013-03-15 08:56:20 +0530

Thu 2013-03-14 15:33:25 +0100

Thu 2013-03-14 11:22:08 +0300

Thu 2013-03-14 11:11:17 +0300

Wed 2013-03-13 16:29:11 +0530

Wed 2013-03-13 16:24:35 +0530

Wed 2013-03-13 11:43:21 +0530

Wed 2013-03-13 09:43:50 +0530

Wed 2013-03-13 09:42:07 +0530 * Revision #3077.187.13 [merge] Tue 2013-03-12 22:44:32 +0530

Tue 2013-03-12 22:36:13 +0530

Tue 2013-03-12 13:58:10 +0200

Tue 2013-03-12 13:57:02 +0200

Tue 2013-03-12 13:42:12 +0200

Tue 2013-03-12 13:37:00 +0200 * Revision #3077.187.10 Mon 2013-03-11 16:46:11 +0100

Mon 2013-03-11 12:03:26 +0530 * Revision #3077.187.8 Fri 2013-03-08 14:55:41 +0530 * Revision #3077.187.7 Thu 2013-03-07 14:44:35 +0530

Fri 2013-03-01 13:25:59 +0100

Thu 2013-03-07 12:12:58 +0530

Wed 2013-03-06 11:49:57 +0530

Wed 2013-03-06 06:52:18 +0100

Tue 2013-03-05 16:09:54 +0100

Tue 2013-03-05 10:47:49 -0500

Tue 2013-03-05 12:19:07 +0100

Tue 2013-07-16 19:03:06 +0200

Mon 2013-07-15 18:32:25 +0200

Tue 2013-07-09 22:24:57 +0200

Tue 2013-07-16 15:59:30 +0400

Tue 2013-07-16 15:57:27 +0400

Tue 2013-07-16 17:26:25 +0400

Tue 2013-07-16 10:56:42 +0400

Tue 2013-07-16 09:22:17 +0400

Mon 2013-07-15 18:51:52 +0400

Thu 2013-07-11 19:27:39 +0400

Thu 2013-07-11 15:12:50 +0400

Wed 2013-07-10 02:05:06 +0400

Tue 2013-07-09 11:02:56 +0400

Tue 2013-07-09 10:54:47 +0400

Sat 2013-07-06 15:28:11 +0200

Fri 2013-05-24 17:35:30 +0200

Fri 2013-07-05 20:45:42 +0200

Fri 2013-07-05 17:54:25 +0200

Fri 2013-07-05 16:02:02 +0200

Mon 2013-07-08 16:49:42 +0400

Wed 2013-07-03 09:46:20 +0200

Thu 2013-07-04 18:37:55 +0300

Mon 2013-07-01 17:54:24 +0200

Mon 2013-07-01 12:03:10 +0200

Mon 2013-07-01 12:02:44 +0200

Fri 2013-06-28 16:27:22 +0400

Fri 2013-06-28 16:25:06 +0400

Fri 2013-06-28 15:20:40 +0400

Fri 2013-06-28 12:00:25 +0400

Thu 2013-06-27 14:19:04 +0200

Sat 2013-06-22 14:02:03 +0200

Tue 2013-06-18 13:14:46 +0400

Mon 2013-06-17 19:25:55 +0400

Mon 2013-06-17 19:18:14 +0200

Mon 2013-06-17 17:58:53 +0200

Sun 2013-06-16 22:13:26 +0200

Sat 2013-06-15 14:22:03 +0200

Mon 2013-06-17 20:33:36 +0300

Mon 2013-06-17 17:04:51 +0400

Thu 2013-06-06 23:33:40 +0300

Sat 2013-06-15 16:02:43 +0200

Fri 2013-06-14 14:04:58 +0200

Thu 2013-06-13 20:19:32 +0200

Thu 2013-06-13 20:19:11 +0200

Thu 2013-06-13 20:18:40 +0200

Thu 2013-06-13 15:33:02 +0200

Thu 2013-06-13 15:13:13 +0200

Thu 2013-06-13 14:32:57 +0200

Thu 2013-06-13 14:14:47 +0200

Thu 2013-06-13 00:13:23 +0200

Wed 2013-06-12 22:12:09 +0200

Wed 2013-06-12 20:38:22 +0200

Wed 2013-06-12 20:29:19 +0200

Tue 2013-06-11 12:53:35 +0200

Tue 2013-06-11 11:11:05 +0200

Mon 2013-06-10 21:45:30 +0200

Wed 2013-06-12 05:09:28 +0400

Tue 2013-06-11 13:49:43 +0300

Fri 2013-06-07 15:35:13 +0200

Fri 2013-06-07 15:34:59 +0200

Fri 2013-06-07 10:02:50 +0200

Sun 2013-06-09 13:26:10 +0300

Thu 2013-06-06 15:14:23 +0300

Wed 2013-06-05 23:53:35 +0300

  • Revision #3427.1.244 Wed 2013-07-10 12:01:52 +0200

    • MDEV-4708: GTID strict mode doesn't work on a database with purged binlogs

  • Revision #3427.1.243 Wed 2013-07-10 11:45:15 +0200

    • MDEV-4708: GTID strict mode doesn't work on a database with purged binlogs

  • Revision #3427.1.242 Mon 2013-06-24 20:56:55 +0200

    • cleanup: remove LF_REQUIRE_PINS, use compile_time_assert() instead of reimplementing it

  • Revision #3427.1.241 Mon 2013-06-24 20:56:49 +0200

  • Revision #3427.1.240 Mon 2013-06-24 20:56:30 +0200

    • MDEV-4617 PLUGINS - Show internal Locales in I_S

  • Revision #3427.1.239 Tue 2013-06-25 12:05:52 +0400

    • Added calls for BINLOG_GTID_POS() function to the basic GTID test case

  • Revision #3427.1.238 Mon 2013-06-24 16:33:31 +0200

    • Fix sporadic failure of test rpl.rpl_gtid_startpos

  • Revision #3427.1.237 Fri 2013-06-21 21:23:24 +0200

    • MDEV-4692: mysql.gtid_slave_pos accumulates values for a domain

  • Revision #3427.1.236 Fri 2013-06-21 11:53:46 +0200

    • MDEV-4688: empty @@gtid_slave_pos during slave commit.

  • Revision #3427.1.235 Thu 2013-06-20 09:04:44 +0200

    • MDEV-4686: Temporary variable for sub_id is 32-bit, should be 64-bit

  • Revision #3427.1.234 [merge] Tue 2013-06-18 11:18:38 +0400

  • Revision #3427.1.233 Sun 2013-06-16 22:01:07 +0200

    • MDEV-4456 Reverse discovery of ARCHIVE table on SELECT after disappearance of ARZ file

  • Revision #3427.1.232 Sun 2013-06-16 17:26:27 +0200

    • remove extraneous statement from the test

  • Revision #3427.1.231 Sun 2013-06-16 17:19:53 +0200

    • MDEV-4451 Attempt to write-lock a SEQUENCE table with log-bin enabled causes ER_BINLOG_ROW_ENGINE

  • Revision #3427.1.230 Sun 2013-06-16 17:07:15 +0200

    • MDEV-4449 SEQUENCE depends on TEST_SQL_DISCOVERY for discovering tables upon DDL

  • Revision #3427.1.229 Sat 2013-06-15 23:53:41 +0200

    • MDEV-4450 misleading error messages from init_from_sql_statement_string()

  • Revision #3427.1.228 Sat 2013-06-15 19:10:00 +0200

    • partitioning frm bugs:

  • Revision #3427.1.227 Sat 2013-06-15 19:09:55 +0200

    • remove unsusd DB_TYPE value

  • Revision #3427.1.226 Sat 2013-06-15 19:09:47 +0200

    • plugin_hton helper

  • Revision #3427.1.225 Sat 2013-06-15 19:09:40 +0200

    • Fix to compile without partitioning. Remove few ifdef's

  • Revision #3427.1.224 Sat 2013-06-15 19:09:31 +0200

    • MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work

  • Revision #3427.1.223 Sat 2013-06-08 12:36:21 +0200

    • Forgotten .result file update.

  • Revision #3427.1.222 Fri 2013-06-07 14:39:00 +0200

    • MDEV-4490: Old-style master position points at the last GTID event after slave restart

  • Revision #3427.1.221 Fri 2013-06-07 10:58:34 +0200

    • MDEV-4486: Allow to start old-style replication even if mysql.rpl_slave_state is unavailable

  • Revision #3427.1.220 Fri 2013-06-07 09:31:11 +0200

    • MDEV-4591:Setting gtid* values from inside a transaction might cause unexpected results

  • Revision #3427.1.219 Fri 2013-06-07 08:43:21 +0200

    • MDEV-4483: CHANGE MASTER TO master_use_gtid=xxx looses old-style coordinates.

  • Revision #3772 Wed 2013-07-17 17:46:16 +0300

    • MDEV-4647: Valgrind warnings (Conditional jump or move depends on uninitialised value) in Item_equal::fix_fields Fix to calm down valgrind.

  • Revision #3771 Tue 2013-07-16 15:44:38 +0300

    • MDEV-4570 [PATCH] Sys_query_cache_limit initialization depends on initialization in other source files

  • Revision #3770 Tue 2013-07-16 15:43:43 +0300

    • MDEV-4548 [PATCH] Limit the amount of side-checking done in innodb-zip test

  • Revision #3769 Tue 2013-07-16 15:16:38 +0300

    • MDEV-4547 [PATCH] Make REFRESH_* constants to be 64-bit in 32-bit compilation

  • Revision #3768 Tue 2013-07-16 12:26:04 +0300

    • MDEV-4546 Perfschema unit tests to return non-zero on failure.

  • Revision #3767 Tue 2013-07-16 11:31:06 +0300

    • Building libmysqld fixed.

  • Revision #3766 [merge] Wed 2013-07-10 18:46:33 +0400

    • Merging temporal literals

    • Revision #3763.2.1 Wed 2013-07-10 12:12:27 +0400

      • Adding support for the SQL-standard temporal literals.

  • Revision #3765 Wed 2013-07-10 11:49:17 +0400

    • Adding support for MySQL-5.6 temporal column types:

  • Revision #3764 [merge] Wed 2013-07-10 11:39:15 +0400

    • Merge from 10.0-connect

    • Revision #3763.1.2 Mon 2013-07-08 19:03:15 +0200

      • Suppress some ubuntu compiler warnings

    • Revision #3763.1.1 Mon 2013-07-08 17:26:27 +0400

      • Re-enabling connect tests in 10.0-connect

  • Revision #3763 [merge] Mon 2013-07-08 17:21:47 +0400

    • Merging from 10.0-connect

    • Revision #3746.1.84 Mon 2013-07-08 12:20:12 +0200

      • Suppressing wrong code (INI tables are not indexables)

    • Revision #3746.1.83 Mon 2013-07-08 13:39:45 +0400

      • Adding instructions on how to install sqlite3 ODBC driver for test purposes.

    • Revision #3746.1.82 Mon 2013-07-08 13:11:40 +0400

      • Fixing some of the memory leaks in ODBCColumns().

    • Revision #3746.1.81 Mon 2013-07-08 11:43:45 +0400

      • Fixing a warning: - cast to pointer from integer of different size

    • Revision #3746.1.80 Mon 2013-07-08 11:28:07 +0400

      • Fixing warnings: - no previous declaration for ‘const char* PLGtoMYSQLtype - no previous declaration for ‘int MYSQLtoPLG(int)’ - no previous declaration for ‘char* MyDateFmt(int)’ - no previous declaration for ‘char* MyDateFmt(char*)’ - no previous declaration for ‘int MYSQLtoPLG(char*)’ - no previous declaration for ‘enum_field_types PLGtoMYSQL

    • Revision #3746.1.79 Mon 2013-07-08 11:26:24 +0400

      • Fixing a warning: - no previous declaration for ‘void* ThreadOpen(void*)’

    • Revision #3746.1.78 Mon 2013-07-08 11:22:32 +0400

      • Fixing warnings: - no previous declaration for ‘bool OcrSrcCol' - no previous declaration for ‘bool OcrColumns' - no previous declaration for ‘_qryres* PivotColumns'

    • Revision #3746.1.77 Mon 2013-07-08 11:16:16 +0400

      • Fixing a warning: - no previous declaration for ‘int PrepareColist

    • Revision #3746.1.76 Mon 2013-07-08 11:11:53 +0400

      • Fixing warnings: - no previous declaration for ‘char* GetIni(int)’ - no previous declaration for ‘void SetTrc()’

    • Revision #3746.1.75 Mon 2013-07-08 11:05:59 +0400

      • Fixing warnings:

    • Revision #3746.1.74 Mon 2013-07-08 10:52:20 +0400

      • fixing warnings: - no previous declaration for ‘ddwrap’ - implicit declaration of function ‘ddwrap’

    • Revision #3746.1.73 Mon 2013-07-08 10:49:50 +0400

      • Fixing a typo in the previous push

    • Revision #3746.1.72 Mon 2013-07-08 10:46:15 +0400

      • fixing warnings: - no previous declaration for ‘_isatty’ - implicit declaration of function ‘_isatty’

    • Revision #3746.1.71 Mon 2013-07-08 10:37:09 +0400

      • Fixing the "no previous declaration for ‘_strerror'" warning.

    • Revision #3746.1.70 Mon 2013-07-08 10:20:53 +0400

      • Fixing numerous "variable is set but never used" warnings.

    • Revision #3746.1.69 Sat 2013-07-06 10:58:22 +0200

      • Remove unuseful option causing valgrind error or warning

    • Revision #3746.1.68 Fri 2013-07-05 13:13:45 +0200

      • Try to fix a uninitialised valgrind warning

    • Revision #3746.1.67 Thu 2013-07-04 23:13:07 +0200

      • Make sure Remark is initialised

    • Revision #3746.1.66 Thu 2013-07-04 20:09:50 +0200

      • Make sure Remark is initialised in ha_connect::GetColumnOption

    • Revision #3746.1.65 Wed 2013-07-03 23:58:22 +0200

      • Makes memory check conditionally

    • Revision #3746.1.64 Wed 2013-07-03 12:06:49 +0200

      • Make sure result are ordered the same on all platforms

    • Revision #3746.1.63 Tue 2013-07-02 00:07:48 +0200

      • Fix memory leak in libdoc.cpp in LIBXMLDOC::GetNodeList replacing xmlXPathFreeNodeSetList(Xop);

      • Caused memory leak, by xmlXPathFreeObject(Xop);

    • Revision #3746.1.62 Sun 2013-06-30 19:08:09 +0200

      • Working on eliminating valgrind warning/errors

    • Revision #3746.1.61 Sun 2013-06-30 12:43:30 +0200

      • Trying to get rid of some valgrind warnings

    • Revision #3746.1.60 Sat 2013-06-29 22:53:21 +0200

      • Release storage allocated by flex

    • Revision #3746.1.59 Sat 2013-06-29 01:10:31 +0200

      • Add the PROFILE_End function in inihandl. Called by connect_done_func to release the cache memory allocated by the PROFILE perocessing. (also add some break at the end of switch's to avoid warnings)

    • Revision #3746.1.58 Fri 2013-06-28 14:22:32 +0200

      • Release memory allocated by inihandl in connect_done_func.

    • Revision #3746.1.57 Wed 2013-06-26 20:00:15 +0200

      • Trying to remove those warnings about non virtual destructor

    • Revision #3746.1.56 Wed 2013-06-26 19:52:38 +0200

      • In connect_assisted_discovery the test on topt->quoted must be done on its signed value

    • Revision #3746.1.55 Wed 2013-06-26 19:42:28 +0200

      • Fix potential bug in MYSQLCOL::WriteColumn: ShowValue was call with *Bind->length instead of Bind->buffer_length

    • Revision #3746.1.54 Sun 2013-06-16 19:07:27 +0200

      • Implemented: The use of Federated servers.

    • Revision #3746.1.53 Fri 2013-06-14 21:00:12 +0200

      • Add a test case for multiple tables

    • Revision #3746.1.52 Fri 2013-06-14 20:52:46 +0200

      • Fix regression error for multiple 2 tables.

    • Revision #3746.1.51 Wed 2013-06-12 20:48:55 +0200

      • To avoid crashing in debug mode, the error message concerning the making of the index is changed to a warning.

    • Revision #3746.1.50 Wed 2013-06-12 16:51:12 +0200

      • Suballocate filename in TDBMUL::InitFileNames. This fix the bug MDEV-4524 but I still don't know why it happened with a stack variable. (and only on Linux)

    • Revision #3746.1.49 Wed 2013-06-12 11:39:57 +0200

      • Add trace in TDBMUL::GetMaxSize.

    • Revision #3746.1.48 Wed 2013-06-12 01:02:04 +0200

    • Revision #3746.1.47 [merge] Sat 2013-06-08 13:04:21 +0200

      • Commit merged changes

      • Revision #3759.1.1 Sat 2013-06-08 01:20:49 +0400

        • Enabling Connect tests

    • Revision #3746.1.46 Sat 2013-06-08 01:02:22 +0200

      • Set timeout values in MYSQLC::Open

  • Revision #3762 Thu 2013-06-27 15:18:48 +0400

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 Distributions which Include MariaDB page.

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

Last updated

Was this helpful?