summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7652 - More explanatory ERROR and WARNING messages when loading pluginsSergey Vojtovich2015-07-292-4/+14
* MDEV-7968 Virtual column set to NULL using load data infileSergei Golubchik2015-07-271-0/+12
* Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-266-40/+54
* MDEV-5997 - MySQL bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2015-07-232-13/+11
* Merge MDEV-8496 into 10.0Kristian Nielsen2015-07-191-1/+1
|\
| * MDEV-8496: gtid_ignore_duplicates treats gtid_seq_no as 32-bitKristian Nielsen2015-07-191-1/+1
* | MDEV-8472 BINARY, VARBINARY and BLOB return different warnings on CAST to DEC...Alexander Barkov2015-07-162-20/+21
* | Merge MDEV-8354 into 10.0Kristian Nielsen2015-06-241-7/+12
|\ \ | |/
| * MDEV-8354: out-of-order error with --gtid-ignore-duplicates and row-based rep...Kristian Nielsen2015-06-241-7/+12
* | MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-162-51/+62
* | after-merge fixesSergei Golubchik2015-06-162-0/+3
* | MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-162-9/+4
* | don't scream when auto-selected IPv6 is not availableSergei Golubchik2015-06-151-4/+5
* | MDEV-8316: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN ...Kristian Nielsen2015-06-151-5/+5
* | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-6/+11
* | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-06-1227-139/+239
|\ \
| * \ Merge branch '5.5' into 10.0Sergei Golubchik2015-06-1127-139/+239
| |\ \
| | * | Item_cache::safe_charset_converter() fixesSergei Golubchik2015-06-111-3/+9
| | * | MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-20/+6
| | * | MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-7/+5
| | * | MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-...Sergei Petrunia2015-06-091-2/+16
| | * | MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to typ...Alexander Barkov2015-06-091-1/+1
| | * | MDEV-8286 Likely a redundant declaration of Item_cache::used_table_mapAlexander Barkov2015-06-091-6/+2
| | * | MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITE...Alexander Barkov2015-06-082-0/+31
| | * | MDEV-4922 Stored Procedure - Geometry parameter not working.Alexey Botchkov2015-06-084-2/+17
| | * | MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to...Alexey Botchkov2015-06-081-5/+8
| | * | MDEV-8114: server crash on updates with joins still on 10.0.18Oleksandr Byelkin2015-06-063-4/+16
| | * | Merge branch '5.5' into bb-5.5-sergSergei Golubchik2015-06-058-6/+32
| | |\ \
| | | * | MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqldSergey Vojtovich2015-06-051-0/+10
| | | * | MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQLSergey Vojtovich2015-06-051-1/+2
| | | * | MDEV-7207 - ALTER VIEW does not change ALGORITMSergey Vojtovich2015-06-053-2/+4
| | | * | MDEV-6500: Stale data returned after TRUNCATE PARTITION operationVicențiu Ciorbaru2015-06-041-2/+9
| | | * | MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)#Alexander Barkov2015-06-042-1/+7
| | * | | Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-055-13/+39
| | |\ \ \
| | | * | | Bug #18592390 QUERY TO I_S.TABLES AND I_S.COLUMNS LEADS TO HUGE MEMORY USAGEmysql-5.5.44V S Murthy Sidagam2015-04-291-2/+3
| | | * | | Merge branch 'mysql-5.1' into mysql-5.5Arun Kuruvila2015-04-281-2/+14
| | | |\ \ \
| | | | * | | Bug #20181776 :- ACCESS CONTROL DOESN'T MATCH MOST SPECIFICArun Kuruvila2015-04-281-2/+14
| | | * | | | Bug #18592390 QUERY TO I_S.TABLES AND I_S.COLUMNS LEADS TO HUGE MEMORY USAGEV S Murthy Sidagam2015-04-272-14/+58
| | | * | | | Merge branch 'mysql-5.1' into mysql-5.5V S Murthy Sidagam2015-04-271-8/+15
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug #20683237 BACKPORT 19817663 TO 5.1 and 5.5V S Murthy Sidagam2015-04-271-8/+15
| | | * | | | Bug#20788853 MUTEX ISSUE IN SQL/SQL_SHOW.CC RESULTING IN SIG6. SOURCE LIKELYMarc Alff2015-04-083-2/+12
| | | * | | | Merge branch 'mysql-5.1' into mysql-5.5Nisha2015-04-061-2/+4
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | BUG#20754369: BACKPORT BUG#20007583 TO 5.1Nisha2015-04-061-3/+5
| | | | * | | Bug #20730155: BACKPORT BUG#19699237 TO 5.1Sreeharsha Ramanavarapu2015-03-261-1/+5
| | | | * | | Bug# 20730103 BACKPORT 19688008 TO 5.1Vamsikrishna Bhagi2015-03-251-2/+6
| | | | * | | Bug #20730220 : BACKPORT BUG#19880368 TO 5.1Chaithra Gopalareddy2015-03-231-0/+11
| | | | * | | Bug #20730129: BACKPORT BUG#19612819 TO 5.1Chaithra Gopalareddy2015-03-231-10/+25
| | | * | | | Merge branch 'mysql-5.1' into mysql-5.5Jon Olav Hauglid2015-03-191-2/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug#20730053: BACKPORT BUG#19770858 TO 5.1Jon Olav Hauglid2015-03-191-2/+2
| | | * | | | Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE ISVenkatesh Duggirala2015-03-132-3/+7