summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-1760-390/+2779
* MDEV-8673 - [PATCH] Missing Sanity Check for strndup() in MariaDB 10.0.2xSergey Vojtovich2015-09-161-1/+2
* MDEV-8576: Bootstrap should ignore --enforce-storage-engine optionJan Lindström2015-09-163-1/+5
* MDEV-8034 : wsrep_node_address can't be IPV6Nirbhay Choubey2015-09-154-113/+268
* MDEV-7873: rpl.rpl_domain_id_filter fails sporadically in buildbot #2Nirbhay Choubey2015-09-152-4/+8
* Fix test to do proper cleanup.Jan Lindström2015-09-151-0/+13
* MDEV-8799: Server crashes in btr_defragment_add_index, encryption.innodb-bad-...Jan Lindström2015-09-156-22/+66
* MDEV-8372 Use helper methods introduced in MDEV-7824 all around the codeAlexander Barkov2015-09-152-13/+8
* Fix release build compile failure.Jan Lindström2015-09-144-28/+18
* MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing p...Jan Lindström2015-09-1410-20/+215
* MDEV-8769: Server crash at file btr0btr.ic line 122 when defragmenting encryp...Jan Lindström2015-09-1413-40/+249
* MDEV-8768: Server crash at file btr0btr.ic line 122 when checking encrypted t...Jan Lindström2015-09-148-37/+188
* MDEV-8764: Wrong error when encrypted table can't be decrypted.Jan Lindström2015-09-1430-143/+244
* Increase the version numberElena Stepanova2015-09-141-1/+1
* Follow-up for MDEV-8675 and MDEV-8676Elena Stepanova2015-09-145-9/+8
* MDEV-8795 Equal expression propagation does not work for temporal literalsAlexander Barkov2015-09-138-0/+79
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-125-2/+144
* Merge.Kristian Nielsen2015-09-121-2/+2
|\
| * MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-121-2/+2
* | MDEV-8675 Different results of GIS functions on NULL vs NOT NULL columnsAlexander Barkov2015-09-113-1/+22
* | MDEV-8709 Row equality elements do not get propagatedAlexander Barkov2015-09-112-0/+40
* | MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL fieldAlexander Barkov2015-09-1112-38/+201
* | Merge MDEV-8193 into 10.1Kristian Nielsen2015-09-114-3/+83
|\ \ | |/
| * MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-114-3/+83
* | MDEV-8755 Equal field propagation is not performed any longer for the IN list...Alexander Barkov2015-09-113-8/+45
* | MDEV-8705 Wrong result for SELECT..WHERE latin1_bin_column='a' AND latin1_bin...Alexander Barkov2015-09-117-38/+130
* | MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,...Alexander Barkov2015-09-107-49/+161
* | MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8...Alexander Barkov2015-09-107-7/+132
* | MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDFAlexander Barkov2015-09-106-7/+50
* | MDEV-8775 enabling encryption is too error-proneSergei Golubchik2015-09-092-0/+18
* | make encrypt-binlog and encrypt-tmp-files to fail if no encryptionSergei Golubchik2015-09-095-26/+39
* | MDEV-8706 Wrong result for SELECT..WHERE time_column=TIMESTAMP'2015-08-30 00:...Alexander Barkov2015-09-0917-58/+529
* | MDEV-8741 Equal field propagation leaves some remainders after simplifying WH...Alexander Barkov2015-09-0912-36/+157
* | Update failing galera testsmariadb-10.1.7Nirbhay Choubey2015-09-086-47/+48
* | MDEV-8763: Galera tests failures with --ps-protocolNirbhay Choubey2015-09-087-20/+37
* | MDEV-8774: Test innodb.innodb_bug53290 failures on buildbotJan Lindström2015-09-082-2/+2
* | disable main.max_statement_time testSergei Golubchik2015-09-081-0/+1
* | disable encrypt_tmp_files and encrypt_binlog by defaultSergei Golubchik2015-09-083-10/+8
* | MDEV-8774: Test innodb.innodb_bug53290 failures on buildbotJan Lindström2015-09-084-30/+32
* | MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_colum...Alexander Barkov2015-09-088-29/+735
* | MDEV-8581 Unique prefix for default-tmp-storage-engine does not workSergei Golubchik2015-09-081-1/+0
* | MDEV-8708: InnoDB temp file encryptionJan Lindström2015-09-0822-254/+1739
* | MDEV-8699 Wrong result for SELECT..WHERE HEX(date_column)!='323030312D30312D3...Alexander Barkov2015-09-0712-1/+832
* | MDEV-8742 Wrong result for SELECT..WHERE view_latin1_swedish_ci_field='a' COL...Alexander Barkov2015-09-072-0/+22
* | MDEV-8704 Wrong result for SELECT..WHERE LENGTH(double_column)!=6 AND double_...Alexander Barkov2015-09-074-0/+183
* | MDEV-8745: Bad InnoDB logging: "[Note] InnoDB: not started"Jan Lindström2015-09-072-4/+4
* | MDEV-8703 Wrong result for SELECT..WHERE LENGTH(decimal_10_1_column)!=3 AND d...Alexander Barkov2015-09-074-23/+180
* | Field_num::get_equal_const_item() appeared to be in a wrong file (item.cc).Alexander Barkov2015-09-072-19/+19
* | MDEV-8760 main.mysqlbinlog_row_big fails due to new default for max_allowed_p...Elena Stepanova2015-09-071-1/+1
* | MDEV-8761 encryption.innodb-bad-key-change2 fails with static file_key_manage...Elena Stepanova2015-09-072-0/+3