summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-08-2532-180/+386
|\
| * MDEV-10563 Crash during shutdown in Master_info_index::any_slave_sql_runningVicențiu Ciorbaru2016-08-235-19/+26
| * Fixed compiler error and some warnings on windowsMonty2016-08-233-3/+3
| * Minor cleanupsMonty2016-08-222-3/+1
| * MDEV-10630 rpl.rpl_mdev6020 fails in buildbot with timeoutMonty2016-08-222-7/+19
| * Fixed "Packets out of order" warning message on stdout in clients,Monty2016-08-212-32/+80
| * Added new status variables to make it easier to debug certain problems:Monty2016-08-217-3/+27
| * Cleanups and minor fixesMonty2016-08-214-18/+3
| * 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-10553: Semi-sync replication hangs when master opens new binlog fileKristian Nielsen2016-08-161-1/+1
* | | | MDEV-10478: Trx abort does not work in autocommit modeNirbhay Choubey2016-08-011-3/+6
* | | | MDEV-10429: sys_vars.sysvars_wsrep fails in buildbot on host 'work' (valgrind...Nirbhay Choubey2016-07-281-3/+4
* | | | MDEV-10389: Query returns different results on a debug vs non-debug buildSergei Petrunia2016-07-271-0/+5
* | | | MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-07-223-34/+42
* | | | MDEV-10314 : wsrep_client_thread was not set in threadpool.Vladislav Vaintroub2016-07-191-2/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-1/+22
|\ \ \ \ | |/ / /
| * | | [MDEV-9127] Crash reporter often fails to show the query that crashedVicențiu Ciorbaru2016-07-121-1/+22
* | | | MDEV-8580 For some BOOLEAN or ENUM sysvars list of valid values is not generatedSergei Golubchik2016-07-131-0/+2
* | | | cleanupSergei Golubchik2016-07-134-4/+2
* | | | MDEV-10360: Extended keys: index properties depend on index orderSergei Petrunia2016-07-121-3/+5
* | | | MDEV-10325: Queries examines all rows of a tables when it should notSergei Petrunia2016-07-121-3/+3
* | | | MDEV-10010 - Recursive call to mysql_rwlock_rdlock for LOCK_system_variables_...Sergey Vojtovich2016-07-083-60/+77
* | | | MDEV-10324: Server crash in get_sel_arg_for_keypart or AssertionSergei Petrunia2016-07-051-55/+9
* | | | Removing class Item_func_integer. It's not used since MySQL-5.0.Alexander Barkov2016-07-052-16/+0