summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE IS BINLOGGED INCORRECTLY - ...Venkatesh Duggirala2015-03-131-1/+2
| | | * | | Bug #19814337 - SERVER CRASHES IN ITEM_FUNC_GROUP_CONCAT::FIX_FIELDS ONChaithra Gopalareddy2015-02-261-1/+14
| | | * | | Bug #20049521: CRASH IN MERGE_BUFFERS FILESORT.C WHEN INNODB WITH ORDER BY.Mithun C Y2015-02-251-1/+8
| | * | | | do not re-populate I_S tables in subqueriesSergei Golubchik2015-06-051-1/+6
| | | |_|/ | | |/| |
| | * | | MDEV-8224 Server crashes in get_server_from_table_to_cache on empty nameSergei Golubchik2015-06-031-1/+2
| | * | | parser: better error messages for CHECK/REPAIR VIEWSergei Golubchik2015-06-032-33/+28
| | * | | CRLF->LFSergei Golubchik2015-06-024-121/+121
| | * | | Fix for debug build failureNirbhay Choubey2015-05-121-5/+3
* | | | | Adding a few warning related protected methods in Field and reducingAlexander Barkov2015-06-112-109/+115
* | | | | Merge MDEV-8294 into 10.0Kristian Nielsen2015-06-101-6/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-8294: Inconsistent behavior of slave parallel threads at runtimeKristian Nielsen2015-06-101-6/+19
* | | | | Merge MDEV-8147 into 10.0Kristian Nielsen2015-05-265-14/+28
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ...Kristian Nielsen2015-05-265-14/+28
* | | | | MDEV-8102 REGEXP function fails to match hex values when expression is stored...Alexander Barkov2015-05-142-4/+65
* | | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-081-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |