summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mdev-11016 wsrep_node_is_ready() check is too strict , version-2bb-mdev-11016Sachin Setiya2016-12-275-1/+23
* Remove an unnecessary comparison.Marko Mäkelä2016-12-224-16/+0
* MDEV-11630 Call mutex_free() before freeing the mutex listMarko Mäkelä2016-12-225-28/+27
* MDEV-11218: encryption.innodb_encryption_discard_import failed in buildbotJan Lindström2016-12-226-128/+82
* Fixed compiler warningMonty2016-12-211-4/+0
* MDEV-7558 analyze_stmt_slow_query_log fails sporadically in buildbotMonty2016-12-212-0/+18
* MDEV-11490 Galera_3nodes test suite does not suppress Warnings.Sachin Setiya2016-12-211-1/+3
* Fix failing galera tests.Nirbhay Choubey2016-12-204-86/+34
* Port the test innodb.doublewrite from MySQL 5.7.Marko Mäkelä2016-12-205-0/+656
* Merge branch '10.0' into 10.1Marko Mäkelä2016-12-194-10/+10
|\
| * MDEV-11602 InnoDB leaks foreign key metadata on DDL operationsMarko Mäkelä2016-12-194-10/+10
* | bump the VERSIONDaniel Bartholomew2016-12-151-1/+1
* | Fix broken cmake -DBUILD_CONFIG=mysql_release on Windows.mariadb-10.1.20Vladislav Vaintroub2016-12-141-1/+2
* | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-4/+4
* | MDEV-11060 sql/protocol.cc:532: void Protocol::end_statement(): Assertion `0'...Varun Gupta2016-12-143-0/+54
* | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-148-9/+188
* | Revert "MDEV-11016 wsrep_node_is_ready() check is too strict"Sachin Setiya2016-12-143-24/+1
* | MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-1318-207/+464
* | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-12-121-0/+2
* | MDEV-11179: WSREP transaction excceded size limit in Galera clusterNirbhay Choubey2016-12-122-2/+18
* | MDEV-10954: MariaDB Galera: wsrep_sst_common: line 120: which: command not foundNirbhay Choubey2016-12-121-1/+1
* | Updated the list of unstable tests after the mergeElena Stepanova2016-12-121-115/+108
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-11150-567/+2247
|\ \ | |/
| * MDEV-11533: Roles with trailing white spaces are not cleared correctlyVicențiu Ciorbaru2016-12-103-0/+29
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-12-0961-82/+746
| |\
| | * MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Sergei Golubchik2016-12-084-2/+5
| | * Revert "MDEV-10713: signal 11 error on multi-table update - crash in handler:...Sergei Golubchik2016-12-082-25/+17
| | * MDEV-10388 MariaDB 10.1.x keeps (deleted) ML* files in tmpdir after LOAD DATA...Sergei Golubchik2016-12-071-0/+3
| | * MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL.Alexey Botchkov2016-12-0713-0/+45
| | * MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 ErrorOleksandr Byelkin2016-12-065-29/+181
| | * MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Oleksandr Byelkin2016-12-064-17/+113
| | * MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-068-5/+106
| | * MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol...Alexander Barkov2016-12-063-0/+41
| | * MDEV-10293 'setupterm' was not declared in this scopeSergei Golubchik2016-12-052-1/+1
| | * str2decimal: don't return a negative zeroSergei Golubchik2016-12-054-4/+10
| | * MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2016-12-033-6/+18
| | * MDEV-11242 MariaDB Server releases contains promotion of MariaDB CorporationSergei Golubchik2016-12-031-4/+2
| | * typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-035-17/+17
| | * MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-283-1/+20
| | * Restore MY_WME flag for my_pread in read_ddl_log_entry, fix errors in buildbotVladislav Vaintroub2016-11-141-1/+1
| | * Fixed bug mdev-11161.Igor Babaev2016-11-113-0/+139
| | * MDEV-11248 Fix passing offset parameter to my_file_pread in read_ddl_log_file...Vladislav Vaintroub2016-11-101-2/+2
| | * MDEV-11214 Windows : MSI installation fails, if run by a service user (e.g L...Vladislav Vaintroub2016-11-031-1/+16
| | * MDEV-11157 Windows - Upgrade installer to use HeidiSQL 9.4Vladislav Vaintroub2016-10-272-4/+12
| | * VS2015 build fixesVladislav Vaintroub2016-10-272-1/+2
| | * MDEV-9409 Windows - workaround VS2015 CRT bug that makesVladislav Vaintroub2016-10-272-6/+28
| * | MDEV-11162 Assertion `num_records == m_idx_array.size()' failed in Filesort_b...Varun Gupta2016-12-081-0/+3
| * | MDEV-11162 Assertion `num_records == m_idx_array.size()' failed in Filesort_b...Varun Gupta2016-12-083-0/+18
| * | MDEV-10787 Assertion `ltime->neg == 0' failed in void date_to_datetime(MYSQL_...Alexander Barkov2016-12-073-1/+97
| * | Merge pull request #271 from iangilfillan/10.0Sergey Vojtovich2016-12-071-0/+23
| |\ \