summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-0836-71/+352
|\
| * Bug#20198490 : LOWER_CASE_TABLE_NAMES=0 ON WINDOWS LEADS TOArun Kuruvila2015-08-2115-54/+61
| * Bug #16171518 - LOAD XML DOES NOT HANDLE EMPTY ELEMENTSShishir Jaiswal2015-08-184-0/+112
| * BUG#11754258: INCORRECT ERROR MESSAGE WHEN CREATING UNSAFEKarthik Kamath2015-08-181-5/+0
| * Merge branch 'mysql-5.1' into mysql-5.5Mithun C Y2015-08-172-2/+2
| |\
| | * Bug #21350175: SUBQUERIES IN PROCEDURE CLAUSE OF SELECT STATEMENT CAUSES SERV...Mithun C Y2015-08-172-2/+2
| * | Follow-up fix : Bug #18145121 - DEPRECATED PERL SYNTAX IN MTRsayantan dutta2015-08-051-2/+2
| * | Follow up Fix: Bug #18145121 - DEPRECATED PERL SYNTAX IN MTRsayantan dutta2015-08-051-1/+1
| * | BUG#19886430: VIEW CREATION WITH NAMED COLUMNS, OVER UNION,Nisha Gopalakrishnan2015-07-232-0/+79
| * | Bug #21143080: UPDATE ON VARCHAR AND TEXT COLUMNS PRODUCESreeharsha Ramanavarapu2015-07-162-0/+26
| * | Bug#21374104 SETUP_TIMERS INITIALIZATION ASSUMES CYCLE TIMER IS ALWAYS AVAILABLEChristopher Powers2015-07-102-2/+4
| * | Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-104-0/+21
| |\ \ | | |/
| | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-102-0/+6
| * | Bug#18487951 - QUERY_CACHE_MIN_RES_UNIT SET TO ZERO, CRASHES IN QUERY_CACHE::...Praveenkumar Hulakund2015-07-031-5/+5
| * | Bug #20772273 : MYSQLIMPORT --USE-THREADS DOESN'T USEArun Kuruvila2015-06-302-0/+57
| * | BUG#20310212 PARTITION DDL- CRASH AFTER THD::NOCHECK_REGISTER_ITEM_Debarun Banerjee2015-06-242-2/+2
* | | MDEV-8796 Delete with sub query with information_schema.TABLES deletes too ma...Sergei Golubchik2015-10-082-23/+20
* | | MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread ...Oleksandr Byelkin2015-10-066-0/+174
* | | MDEV-7445:Server crash with Signal 6Oleksandr Byelkin2015-10-066-5/+42
* | | MDEV-7445: Server crash with Signal 6Oleksandr Byelkin2015-10-066-0/+121
* | | MDEV-7565: Server crash with Signal 6 (part 2)Oleksandr Byelkin2015-10-066-0/+72
* | | Bug #68148: drop index on a foreign key column leads to missing tableJan Lindström2015-09-302-0/+77
* | | MDEV-8624: MariaDB hangs on query with many logical conditionOleksandr Byelkin2015-09-282-0/+397
* | | MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal c...Elena Stepanova2015-09-282-0/+9
* | | MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbotElena Stepanova2015-09-272-1/+25
* | | MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugin...Elena Stepanova2015-09-273-5/+28
* | | MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcas...Elena Stepanova2015-09-261-0/+1
* | | MDEV-8841 innodb_zip.innodb-create-options fails in buildbotElena Stepanova2015-09-241-0/+6
* | | MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR logOleksandr Byelkin2015-09-073-75/+75
* | | MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!n...Oleksandr Byelkin2015-09-042-0/+31
* | | MDEV-8554: Server crashes in base_list_iterator::next_fast ...Sergei Petrunia2015-08-032-0/+36
* | | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-017-10/+261
|\ \ \ | |/ /
| * | Bug #18075170 SQL NODE RESTART REQUIRED TOAjo Robert2015-06-221-2/+1
| * | Bug #20762798 FK DDL: CRASH IN DICT_FOREIGN_REMOVE_FROM_CACHEAnnamalai Gurusami2015-06-192-0/+34
| * | Bug #18075170 SQL NODE RESTART REQUIRED TOAjo Robert2015-05-122-1/+3
| * | Bug #18075170 SQL NODE RESTART REQUIRED TOAjo Robert2015-05-115-10/+225
* | | MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further ...Sergei Golubchik2015-07-313-28/+6
* | | MDEV-8379 - SUSE mariadb patchesSergey Vojtovich2015-07-311-1/+0
* | | MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2ndSergey Vojtovich2015-07-312-0/+27
* | | MDEV-6697: Improve foreign keys warnings/errorsJan Lindström2015-07-313-1/+190
* | | MDEV-8524: Improve error messaging when there is duplicate key or foreign key...Jan Lindström2015-07-312-0/+49
* | | MDEV-4017 - GET_LOCK() with negative timeouts has strange behaviorSergey Vojtovich2015-07-295-4/+22
* | | MDEV-8474: InnoDB sets per-connection data unsafelyJan Lindström2015-07-216-0/+89
* | | MDEV-8432 Slave cannot replicate signed integer-type values with high bit set...Monty2015-07-172-0/+158
* | | Problem was that for cases like:Monty2015-06-253-1/+74
* | | Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-252-0/+343
* | | more renames after tokudb mergeSergei Golubchik2015-06-1110-156/+0
* | | tests for MDEV-7937: Enforce SSL when --ssl client option is usedmariadb-5.5.44Sergei Golubchik2015-06-098-51/+67
* | | MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabledSergey Vojtovich2015-06-094-0/+42
* | | disable ssl for ssl-disabled testsSergei Golubchik2015-06-091-0/+1