summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.0.29' into 10.0-galeraNirbhay Choubey2017-01-13150-557/+2541
|\
| * Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-1253-188/+633
| |\
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-126-0/+56
| | |\
| | | * MDEV-11685: sql_mode can't be set with non-ascii connection charsetNirbhay Choubey2017-01-116-0/+56
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-01-104-0/+38
| | |\ \ | | | |/
| | | * Adding LOAD DATA tests for MDEV-11079 and MDEV-11631Alexander Barkov2017-01-094-0/+38
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-0645-193/+544
| | |\ \ | | | |/
| | | * Fixed bug mdev-10705.Igor Babaev2017-01-052-0/+21
| | | * MDEV-11727 Sequences of tests fail with valgrind warnings in buildbotElena Stepanova2017-01-051-0/+8
| | | * MDEV-11700 funcs_2.innodb_charset fails in buldbot on valgrind builder with t...Elena Stepanova2017-01-051-0/+1
| | | * MDEV-11722 main.join_cache fails in buildbot on very slow buildersElena Stepanova2017-01-052-6/+20
| | | * MDEV-10100 main.pool_of_threads fails sporadically in buildbotElena Stepanova2017-01-043-34/+36
| | | * MDEV-11719 main.subselect_no_exists_to_in failed in buildbotElena Stepanova2017-01-042-2/+2
| | | * test case for Bug #23303485 : HANDLE_FATAL_SIGNAL (SIG=11) IN SUBSELECT_UNION...Sergei Golubchik2016-12-222-0/+23
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-223-50/+2
| | | |\
| | | | * Bug#25092566: CREATE TABLE WITH DATA DIRECTORY CLAUSE DOES NOT REQUIRE SPECIALDyre Tjeldvoll2016-11-252-0/+4
| | | | * BUG#24487120 - SLAVE'S SLAVE_SQL_RUNNING IS STOPPED DURINGThayumanavar S2016-10-283-50/+2
| | | | * Bug#24707666: DEFAULT SETTING FOR SECURE-FILE-PRIV SHOULD BEArun Kuruvila2016-09-2817-5/+262
| | | * | MDEV-10927: Crash When Using sort_union OptimizationVarun Gupta2016-12-222-1/+61
| | | * | MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_ch...Alexander Barkov2016-12-216-0/+65
| | | * | MDEV-11353 - Identical logical conditionsSergey Vojtovich2016-12-202-0/+15
| | | * | MDEV-10172: UNION query returns incorrect rows outside conditional evaluationOleksandr Byelkin2016-12-202-6/+49
| | | * | MDEV-10148: Database crashes in the query to the ViewSergei Petrunia2016-12-192-0/+72
| | | * | MDEV-7691: Assertion `outer_context || !*from_field || *from_field == not_fou...Sergei Petrunia2016-12-192-0/+80
| | | * | MDEV-10274 Bundling insert with create statement for table with unsigned Deci...Alexey Botchkov2016-12-192-0/+16
| | | * | MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_...Alexander Barkov2016-12-199-18/+244
| | | * | cleanup: rpl.rpl_row_mysqlbinlogSergei Golubchik2016-12-172-119/+38
| | | * | MDEV-11552 Queries executed by event scheduler are written to slow log incorr...Sergei Golubchik2016-12-172-0/+40
| | | * | Follow-up for 02d153c7b9 (str2decimal: don't return a negative zero)Elena Stepanova2016-12-111-1/+0
| * | | | Updated list of unstable tests for 10.0.29 releaseElena Stepanova2017-01-111-56/+91
| * | | | MDEV-11548 Reproducible server crash after the 2nd ALTER TABLE ADD FOREIGN KE...Alexey Botchkov2017-01-092-0/+34
| * | | | MDEV-11317: `! is_set()' or `!is_set() || (m_status == DA_OK_BULK && is_bulk_...Monty2017-01-083-1/+31
| |/ / /
| * | | MDEV-9084 Calling a stored function from a nested select from temporary table...Dmitry Lenev2017-01-062-0/+53
| * | | Replication tests fail on valgrind due to waiting-related timeoutsElena Stepanova2017-01-063-0/+12
| * | | MDEV-8518 rpl.sec_behind_master-5114 fails sporadically in buildbotElena Stepanova2017-01-042-4/+41
| * | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-042-0/+47
| * | | MDEV-10100 main.pool_of_threads fails sporadically in buildbotElena Stepanova2017-01-013-36/+35
| * | | MDEV-11636 Extra persistent columns on slave always gets NULL in RBRSachin Setiya2017-01-012-0/+326
| * | | Disable the test for valgrind buildsElena Stepanova2016-12-271-0/+1
| * | | MDEV-11533: Roles with trailing white spaces are not cleared correctlyVicențiu Ciorbaru2016-12-102-0/+28
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-0939-12/+582
| |\ \ \ | | |/ /
| | * | MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Sergei Golubchik2016-12-082-0/+2
| | * | MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL.Alexey Botchkov2016-12-0712-0/+42
| | * | MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 ErrorOleksandr Byelkin2016-12-064-0/+138
| | * | MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Oleksandr Byelkin2016-12-062-0/+88
| | * | MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-066-0/+69
| | * | MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol...Alexander Barkov2016-12-062-0/+40
| | * | str2decimal: don't return a negative zeroSergei Golubchik2016-12-052-2/+8
| | * | MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2016-12-032-0/+17
| | * | typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-034-10/+10