summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-1748-69/+2243
* 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-8772: Assertion failure in file ha_innodb.cc line 20027 when importing p...Jan Lindström2015-09-142-0/+145
* MDEV-8769: Server crash at file btr0btr.ic line 122 when defragmenting encryp...Jan Lindström2015-09-143-0/+119
* MDEV-8768: Server crash at file btr0btr.ic line 122 when checking encrypted t...Jan Lindström2015-09-142-0/+108
* MDEV-8764: Wrong error when encrypted table can't be decrypted.Jan Lindström2015-09-144-57/+69
* Follow-up for MDEV-8675 and MDEV-8676Elena Stepanova2015-09-141-2/+2
* MDEV-8795 Equal expression propagation does not work for temporal literalsAlexander Barkov2015-09-136-0/+58
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-124-0/+135
* 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-112-0/+19
* | 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-1110-6/+199
* | Merge MDEV-8193 into 10.1Kristian Nielsen2015-09-112-0/+80
|\ \ | |/
| * MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-112-0/+80
* | MDEV-8755 Equal field propagation is not performed any longer for the IN list...Alexander Barkov2015-09-112-0/+37
* | MDEV-8705 Wrong result for SELECT..WHERE latin1_bin_column='a' AND latin1_bin...Alexander Barkov2015-09-114-0/+61
* | MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,...Alexander Barkov2015-09-102-0/+87
* | MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8...Alexander Barkov2015-09-104-0/+57
* | MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDFAlexander Barkov2015-09-102-0/+27
* | MDEV-8706 Wrong result for SELECT..WHERE time_column=TIMESTAMP'2015-08-30 00:...Alexander Barkov2015-09-0913-46/+393
* | MDEV-8741 Equal field propagation leaves some remainders after simplifying WH...Alexander Barkov2015-09-099-2/+139
* | Update failing galera testsmariadb-10.1.7Nirbhay Choubey2015-09-086-47/+48
* | MDEV-8763: Galera tests failures with --ps-protocolNirbhay Choubey2015-09-085-5/+5
* | disable main.max_statement_time testSergei Golubchik2015-09-081-0/+1
* | disable encrypt_tmp_files and encrypt_binlog by defaultSergei Golubchik2015-09-082-8/+6
* | MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_colum...Alexander Barkov2015-09-082-0/+525
* | MDEV-8708: InnoDB temp file encryptionJan Lindström2015-09-086-0/+730
* | MDEV-8699 Wrong result for SELECT..WHERE HEX(date_column)!='323030312D30312D3...Alexander Barkov2015-09-079-0/+716
* | 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-072-0/+159
* | MDEV-8703 Wrong result for SELECT..WHERE LENGTH(decimal_10_1_column)!=3 AND d...Alexander Barkov2015-09-072-0/+118
* | 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
* | Follow-up for MDEV-6066 (new defaults from 5.6 and 5.7)Elena Stepanova2015-09-062-5/+6
* | MDEV-8729 Wrong result for SELECT..WHERE HEX(enum_column)='61' AND enum_colum...Alexander Barkov2015-09-064-0/+167
* | MDEV-8747 Wrong result for SELECT..WHERE derived_table_column='a' AND derived...Alexander Barkov2015-09-065-12/+217
* | MDEV-8752 Wrong result for SELECT..WHERE CASE enum_field WHEN 1 THEN 1 ELSE 0...Alexander Barkov2015-09-052-0/+207
* | Fix test not to be run on embedded, because of restart.Jan Lindström2015-09-051-1/+5
* | MDEV-8753: 10.1 build is broken: xtradb/handler/ha_innodb.cc:21430: error: re...Jan Lindström2015-09-052-3/+6
* | MDEV-8750: Server crashes in page_cur_is_after_last on altering table using a...Jan Lindström2015-09-042-0/+65
* | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least o...Jan Lindström2015-09-042-1/+175
* | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one ...Jan Lindström2015-09-045-0/+98
* | test failureSergei Golubchik2015-09-046-345/+362
* | MDEV-6066: Merge new defaults from 5.6 and 5.7Sergei Golubchik2015-09-049-19/+37
* | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-04418-617/+1376
* | MDEV-8264 encryption for binlogSergei Golubchik2015-09-047-71/+102
* | test cleanup: use --replace_result correctlySergei Golubchik2015-09-044-24/+14