summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13172: Wrong result / SELECT ... WHERE EXISTS ... (with UNIQUE Key)bb-5.5-MDEV-13172Oleksandr Byelkin2019-10-151-0/+26
* MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-152-0/+37
* MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' constructMarko Mäkelä2019-10-114-14/+10
* MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-011-0/+19
* MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-242-0/+83
* MDEV-20265 Unknown column in field listIgor Babaev2019-08-191-0/+59
* MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-161-0/+19
* Move the test not suitable for embedded.Oleksandr Byelkin2019-07-262-7/+9
* Bug#27167197 USING ? IN INSTALL PLUGIN QUERY ABORTS DEBUG, AND HANGS OPTIMIZE...Sergei Golubchik2019-07-241-0/+9
* Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUPSergei Golubchik2019-07-241-0/+6
* MDEV-20110 don't try to load client plugins with invalid namesSergei Golubchik2019-07-211-0/+11
* MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429Oleksandr Byelkin2019-07-191-0/+24
* MDEV-15572: view.test, server crash with --big-tables=1Oleksandr Byelkin2019-07-181-0/+20
* MDEV-17042: prepared statement does not return error with SQL_MODE STRICT_TRA...Oleksandr Byelkin2019-07-122-0/+157
* MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-112-1/+405
* Apply valid parameter type for test case in i_s_parameters.testAnel Husakovic2019-06-251-1/+1
* MDEV-19778 Wrong Result on Left Outer Join with Subquery right on trueIgor Babaev2019-06-222-0/+38
* MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-171-1/+24
* MDEV-19580 Unrelated JOINs corrupt usage of 'WHERE function() IN (subquery)'Igor Babaev2019-06-091-0/+75
* MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-013-0/+74
* cleanupSergei Golubchik2019-06-013-9/+7
* MDEV-18479 ComplementIgor Babaev2019-05-281-1/+1
* MDEV-19588 Wrong results from query, using left join.Igor Babaev2019-05-281-0/+34
* MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-271-0/+260
* MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-191-0/+2
* MDEV-19349 mysql_install_db: segfault at tmp_file_prefix checkAleksey Midenkov2019-05-011-0/+9
* Bug#28986737: RENAMING AND REPLACING MYSQL.USER TABLE CAN LEAD TO A SERVER CRASHSergei Golubchik2019-04-251-0/+11
* MDEV-15907 ASAN heap-use-after-free in strnmov / .. / fill_effective_table_pr...Sergei Golubchik2019-04-242-4/+7
* MDEV-15907 ASAN heap-use-after-freeRobert Bindar2019-04-241-0/+4
* MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-0/+31
* bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-0/+5
* MDEV-18241 Downgrade from 10.4 to 10.3 crashesSergei Golubchik2019-04-241-0/+15
* cleanupSergei Golubchik2019-04-242-0/+0
* MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-0/+10
* Fix tests in 2020Bernhard M. Wiedemann2019-03-264-11/+11
* Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-231-1/+1
* Fix for MDEV-15538, '-N' Produce html output wrongchriscalender2019-03-221-0/+6
* MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-141-0/+10
* MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-281-0/+41
* MDEV-15950: LOAD DATA INTO compex_view crashedVarun Gupta2019-01-301-0/+31
* MDEV-15744: Assertion `derived->table' failed in mysql_derived_merge_for_insertVarun Gupta2019-01-291-0/+14
* Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-271-0/+22
* Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSergei Golubchik2019-01-231-0/+20
* MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-161-0/+17
* fix the test for 2019Sergei Golubchik2019-01-021-1/+1
* MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-131-0/+13
* MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615Alexander Barkov2018-11-151-0/+9
* fix the test to clean after itselfSergei Golubchik2018-11-011-0/+2
* MDEV-17377 invalid gap in auto-increment values after LOAD DATASergei Golubchik2018-11-011-0/+11
* MDEV-17256 Decimal field multiplication bug.bb-5.5-hfAlexey Botchkov2018-10-301-0/+44