summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-152-0/+25
* MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changedOleksandr Byelkin2018-01-142-0/+78
* Fixed mdev-6706 Wrong result (missing rows)Igor Babaev2018-01-122-0/+84
* MDEV-14743: Server crashes in Item_func_match::init_searchOleksandr Byelkin2018-01-122-0/+35
* MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_partOleksandr Byelkin2018-01-112-0/+26
* MDEV-8200 aria bug with insert select and lock tablesMonty2018-01-112-0/+124
* MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-106-0/+158
* MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-0/+1
* MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-0/+1
* MDEV-14309 MTR tests require perl-Env which is not always in the default inst...Sergei Golubchik2017-12-272-9/+4
* MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-272-0/+33
* MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_...Varun Gupta2017-12-202-0/+51
* MDEV-14619: VIEW and GROUP_CONCATOleksandr Byelkin2017-12-172-0/+26
* MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-082-0/+20
* MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-303-0/+40
* MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-207-0/+139
* MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-2/+8
* MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+22
* Fixed bug MDEV-14368 Improper error for a grouping query thatIgor Babaev2017-11-112-0/+32
* MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-032-4/+10
* MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-032-4/+10
* 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
* 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
* | Do not stop repeating a test even if some executions are skippedElena Stepanova2017-08-181-2/+1
* | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-08-162-7/+1
* | MTR's internal check of main.log_tables-big failedElena Stepanova2017-08-152-8/+10
* | MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-092-0/+54
* | MDEV-13065 rpl.rpl_mdev-11092 fails sporadically in buildbotSachin Setiya2017-07-191-0/+7
* | Bug #24595639: INCORRECT BEHAVIOR IN QUERY WITH UNION AND GROUP BYSergei Golubchik2017-07-182-0/+33
* | BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPER PRIVILEGESergei Golubchik2017-07-182-0/+5
* | test case for loadxml and spacesSergei Golubchik2017-07-182-12/+12
* | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-185-1/+314
|\ \ | |/
| * Bug#18950197 RPL_SEMI_SYNC_UNINSTALL_PLUGIN FAILS BECAUSEVenkatesh Duggirala2017-05-252-6/+4
| * Bug#25340722 - PRINT BINARY DATA AS HEX IN THE MYSQLAnushree Prakash B2017-05-032-0/+193
| * Bug#25043674 - MYSQLACCESS SCRIPT LOADS AND EXECUTES CODEShishir Jaiswal2017-04-171-1/+12
| * Bug #25717383: MYSQLDUMP MAY EXECUTE ANY ARBITRARY QUERYBharathy Satish2017-03-172-0/+113
| * BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-102-14/+14