summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-08-1414-125/+190
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-1014-125/+190
| |\
| | * MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-091-0/+4
| | * MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-081-7/+7
| | * MDEV-9304: MariaDB crash with specific queryVicențiu Ciorbaru2016-08-081-0/+6
| | * MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2016-08-081-0/+2
| | * MDEV-10500 CASE/IF Statement returns multiple values and shifts further resul...Alexander Barkov2016-08-081-1/+1
| | * Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-08-044-34/+74
| | |\
| | | * MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-031-0/+7
| | | * trivial cleanupSergei Golubchik2016-08-031-4/+6
| | | * MDEV-6581 Writing to TEMPORARY TABLE not possible in read-onlySergei Golubchik2016-08-031-1/+2
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-08-032-29/+59
| | | |\
| | | | * BUG#23080148 - BACKPORT BUG 14653594 AND BUG 20683959 TOThayumanavar S2016-06-201-28/+49
| | | | * Bug #23279858: MYSQLD GOT SIGNAL 11 ON SIMPLE SELECTSreeharsha Ramanavarapu2016-05-241-2/+7
| | | | * BUG#21142859: FUNCTION UPDATING A VIEW FAILS TO FIND TABLEKarthik Kamath2016-05-181-1/+10
| | | | * Bug#23251517: SEMISYNC REPLICATION HANGINGSujatha Sivakumar2016-05-135-101/+21
| | | | * Bug#12818255: READ-ONLY OPTION DOES NOT ALLOWSujatha Sivakumar2016-05-044-8/+7
| | * | | MDEV-10365 - Race condition in error handling of INSERT DELAYEDSergey Vojtovich2016-08-041-1/+1
| | |/ /
| | * | MDEV-10010 - potential deadlock on windows due to recursiveVladislav Vaintroub2016-08-033-65/+82
| | * | MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2016-08-031-0/+3
| | * | MDEV-10383 Named pipes : multiple servers can listen on the same pipenameVladislav Vaintroub2016-08-021-20/+11
| | * | MDEV-10419: crash in mariadb 10.1.16-MariaDB-1~trustyOleksandr Byelkin2016-07-302-5/+8
| | * | MDEV-10228: Delete missing rows with OR conditionsSergei Petrunia2016-07-271-0/+2
* | | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-125-22/+72
* | | | MDEV-10455: libmariadbclient18 + MySQL-python leaks memory on failed connectionsOleksandr Byelkin2016-08-111-1/+1
* | | | Update contributorsiangilfillan2016-07-271-11/+10
* | | | MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-184-7/+38
|/ / /
* | | [MDEV-9127] Crash reporter often fails to show the query that crashedVicențiu Ciorbaru2016-07-121-1/+22
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-06-282-42/+50
|\ \ \ | |/ /
| * | MDEV-10050: Crash in subselectOleksandr Byelkin2016-06-242-42/+50
* | | MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-231-1/+1
* | | MDEV-8638: REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_ROLE breaks repli...Vicențiu Ciorbaru2016-06-221-2/+17
* | | [MDEV-9614] Roles and Users longer than 6 charactersIgor Pashev2016-06-221-7/+5
* | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2220-133/+200
|\ \ \
| * | | Fixed for failures in buildbot: ReplicationSergei Golubchik2016-06-221-2/+5
| * | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2120-131/+195
| |\ \ \
| | * \ \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-2120-131/+195
| | |\ \ \ | | | |/ /
| | | * | MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes uponSergey Vojtovich2016-06-201-26/+7
| | | * | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-143-56/+53
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-1410-43/+104
| | | |\ \
| | | | * | Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-165-101/+21
| | | | |/
| | | | * BUG#23135731: INSERT WITH DUPLICATE KEY UPDATE REPORTSNisha Gopalakrishnan2016-04-221-7/+16
| | | | * BUG#22286421: NULL POINTER DEREFERENCEKarthik Kamath2016-04-191-3/+4
| | | | * Bug#22897202: RPL_IO_THD_WAIT_FOR_DISK_SPACE HAS OCCASIONALSujatha Sivakumar2016-04-191-0/+8
| | | | * Bug #18740222: CRASH IN GET_INTERVAL_INFO WITH WEIRDOSreeharsha Ramanavarapu2016-03-032-10/+11
| | | | * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-015-26/+98
| | | | * BUG#17018343 SLAVE CRASHES WHEN APPLYING ROW-BASED BINLOG ENTRIES IN CASCADINGVenkatesh Duggirala2016-03-012-20/+78
| | | * | MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings -Sergey Vojtovich2016-06-131-2/+4
| | | * | MDEV-8402 Bug #77473 Truncated data with subquery & UTF8Alexander Barkov2016-06-101-4/+3
| | | * | MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view...Alexander Barkov2016-06-103-11/+17