summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-10-2414-20/+865
|\
| * Merge 5.5 into 10.0Marko Mäkelä2017-10-244-8/+289
| |\
| | * MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-244-2/+285
| * | MDEV-13776 mysqld got signal 11 on delete returningIgor Babaev2017-10-232-0/+27
| * | MDEV-13607 MariaDB crash in fix_semijoin_strategies_for_picked_join_orderIgor Babaev2017-10-232-0/+529
* | | Do not use File::Which, it is not always available.Vladislav Vaintroub2017-10-231-2/+4
* | | MDEV-14102 restore --remove-original options for mariabackupVladislav Vaintroub2017-10-233-0/+41
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-2266-253/+1813
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-1838-114/+896
| |\ \ | | |/
| | * Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST(...mariadb-5.5.58Sergei Golubchik2017-10-172-0/+14
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-172-0/+28
| | |\
| | | * Bug#19875294 ASSERTION `SRC' FAILED IN MY_STRNXFRM_UNICODE (SIG 6 -STRINGS/CT...Tor Didriksen2017-08-232-0/+28
| | | * Bug#26161247: MTR: --NOREORDER IS SEARCHING FOR TEST SCRIPT ONLY IN MAIN SUITEDeepa Dixit2017-07-251-12/+54
| | * | MDEV-13937 Aria engine: Internal Error 160 after partition handlingSergei Golubchik2017-10-172-0/+36
| | * | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-172-0/+8
| | * | MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-172-0/+93
| | * | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-132-0/+216
| | * | Fixed the bug mdev-13135.Igor Babaev2017-10-132-0/+36
| | * | MDEV-9208: Function->Function->View = Mysqld segfault (Server crashes in Depe...Oleksandr Byelkin2017-10-132-0/+56
| | * | MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-1318-16/+253
| | * | MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTHVesa Pentti2017-10-102-0/+47
| | * | MDEV-13972 crash in Item_func_sec_to_time::get_dateAlexander Barkov2017-10-104-0/+50
| | * | MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-064-0/+69
| * | | Import, adapt and extend a test from OracleMarko Mäkelä2017-10-182-0/+45
| * | | Add a test of LIMIT with FULLTEXT INDEXMarko Mäkelä2017-10-182-5/+52
| * | | MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort wi...Marko Mäkelä2017-10-182-0/+8
| * | | MDEV-12676 MySQL#78423 InnoDB FTS duplicate key errorMarko Mäkelä2017-10-162-0/+28
| * | | MDEV-13051 MySQL#86607 InnoDB crash after failed ADD INDEX and table_definiti...Marko Mäkelä2017-10-162-0/+82
| * | | MDEV-13676: Field "create Procedure" is NULL, even if the the user has role w...Vicențiu Ciorbaru2017-10-112-0/+236
| * | | MDEV-13838: Wrong result after altering a partitioned tableJan Lindström2017-10-106-69/+94
| * | | smaller stack size on quantal-x86 and wheezy-x86Sergei Golubchik2017-10-102-13/+13
| * | | MDEV-13412 main.func_regexp_pcre fails in buildbot on ppc64leSergei Golubchik2017-10-092-13/+13
| * | | MDEV-12263 Feature: skipped test fileElena Stepanova2017-10-091-6/+5
| * | | MDEV-12263 Feature: skipped test fileElena Stepanova2017-10-091-41/+61
| * | | MDEV-9886 Illegal mix of collations with a view comparing a field to a binary...Alexander Barkov2017-10-074-0/+66
| * | | Fixed the bug mdev-11574.Igor Babaev2017-10-063-0/+215
* | | | MDEV-10802 TIMESTAMP NOT NULL field with explicit_defaults_for_timestamp and ...Alexander Barkov2017-10-143-0/+41
* | | | Bug FixSachin Setiya2017-10-111-0/+3
* | | | MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11.Alexey Botchkov2017-10-072-0/+38
* | | | MDEV-13242 Wrong results for queries with row constructors and information_sc...Alexander Barkov2017-10-052-0/+58
* | | | MDEV-13897 SELECT @a := MAX(col) FROM t requires full index scanmariadb-10.1.28Sergei Golubchik2017-09-274-13/+19
* | | | update test results on 32-bitSergei Golubchik2017-09-271-1/+1
* | | | MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-273-0/+10
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-253-3/+15
|\ \ \ \ | |/ / /
| * | | Cherry-pick the MDEV-13898 test changes from 10.2 to 10.0Marko Mäkelä2017-09-252-2/+14
* | | | MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKAVarun Gupta2017-09-241-3/+3
* | | | Updated list of unstable tests for 10.1.27 releasemariadb-10.1.27Elena Stepanova2017-09-221-67/+107
* | | | update rdiff after mergeSergei Golubchik2017-09-221-1/+1
* | | | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-212-0/+39
* | | | MDEV-12672 Replicated TIMESTAMP fields given wrong value near DST changeSergei Golubchik2017-09-214-0/+105