summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20138 innodb.trx_id_future fails on 10.3+Marko Mäkelä2019-08-132-1/+4
* MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-112-0/+36
* MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-112-0/+19
* MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-112-0/+27
* MDEV-19304 Segfault in ALTER TABLE after UPDATE for SIMULTANEOUS_ASSIGNMENTAleksey Midenkov2019-08-112-0/+24
* MDEV-20068 History partition rotation is not done under LOCK TABLESAleksey Midenkov2019-08-112-0/+23
* MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-113-1/+33
* MDEV-20303 SPACE(-1) returns a wrong data typeAlexander Barkov2019-08-092-0/+115
* MDEV-20292 REPEAT(x,-1) returns a wrong data typeAlexander Barkov2019-08-082-0/+29
* MDEV-20285 Wrong result on INSERT..SELECT when converting from SIGNED to UNSI...Alexander Barkov2019-08-083-0/+25
* MDEV-20272 PERCENTILE_DISC() crashes on a temporal type inputAlexander Barkov2019-08-072-0/+31
* MDEV-20278 PERCENTILE_DISC() returns a wrong data typeAlexander Barkov2019-08-072-98/+246
* MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-064-4/+35
* MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;Alexander Barkov2019-08-053-1/+17
* MDEV-18456 Assertion `item->maybe_null' failed in Type_handler_temporal_resul...Alexander Barkov2019-08-052-0/+25
* Fix READMEAnel Husakovic2019-07-311-3/+3
* MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-3023-10/+89
* List of unstable tests for 10.3.17 release (updated)mariadb-10.3.17Elena Stepanova2019-07-281-16/+37
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-2643-39/+2855
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-264-9/+17
| |\
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-264-9/+17
| | |\
| | | * Move the test not suitable for embedded.Oleksandr Byelkin2019-07-264-9/+13
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-2641-39/+2847
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-2540-38/+2814
| | |\ \ | | | |/
| | | * BUG#28642318: POINT IN TIME RECOVERY USING MYSQLBINLOG BROKEN WITH TEMPORARY ...Nisha Gopalakrishnan2019-07-243-0/+123
| | | * Bug#27167197 USING ? IN INSTALL PLUGIN QUERY ABORTS DEBUG, AND HANGS OPTIMIZE...Sergei Golubchik2019-07-242-0/+17
| | | * Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUPSergei Golubchik2019-07-242-0/+8
| | | * Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-232-2/+190
| | | * Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-232-3/+3
| | | * Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-232-0/+186
| | | * MDEV-20110 don't try to load client plugins with invalid namesSergei Golubchik2019-07-212-0/+16
| | | * MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429Oleksandr Byelkin2019-07-1910-33/+212
| | | * MDEV-15572: view.test, server crash with --big-tables=1Oleksandr Byelkin2019-07-182-0/+35
| | | * MDEV-17042: prepared statement does not return error with SQL_MODE STRICT_TRA...Oleksandr Byelkin2019-07-124-0/+284
| | | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-114-2/+1790
| | | * Apply valid parameter type for test case in i_s_parameters.testAnel Husakovic2019-06-252-3/+3
| | | * MDEV-19778 Wrong Result on Left Outer Join with Subquery right on trueIgor Babaev2019-06-226-0/+108
* | | | MDEV-20186 Wrong result or Assertion on INSERT after DELETE HISTORYAleksey Midenkov2019-07-262-0/+21
* | | | MDEV-19814 Assertion `update->n_fields < ulint(table->n_cols + table->n_v_col...Aleksey Midenkov2019-07-252-0/+26
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-251-0/+1
|\ \ \ \ | |/ / /
| * | | Disable a failing testMarko Mäkelä2019-07-251-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-2516-102/+183
|\ \ \ \ | |/ / /
| * | | MDEV-20133 Merge new release of InnoDB 5.7.27 to 10.2Marko Mäkelä2019-07-251-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-07-2516-102/+183
| |\ \ \ | | |/ /
| | * | MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was loggedSujatha2019-07-252-48/+14
| | * | MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was loggedSujatha2019-07-2514-54/+158
| | * | List of unstable tests for 10.1.41 releaseElena Stepanova2019-07-241-320/+354
* | | | MDEV-19948 `SHOW GRANTS FOR user` return privileges individuallyAnel Husakovic2019-07-242-0/+68
* | | | List of unstable tests for 10.3.17 releaseElena Stepanova2019-07-241-743/+741
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-242-1933/+0
|\ \ \ \ | |/ / /