summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4379 expand MariaDB dual-stack supportSergei Golubchik2014-08-031-0/+15
* remove unused OPT_xxx values from mysqld.cc and the related dead codeSergei Golubchik2014-08-032-21/+1
* fix failures in embedded testsSergei Golubchik2014-07-311-2/+2
* MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-315-46/+109
* MDEV-6312 HA_MUST_USE_TABLE_CONDITION_PUSHDOWN is not accounted by init_read_...Sergei Golubchik2014-07-313-13/+8
* Automatic mergeMichael Widenius2014-07-309-62/+101
|\
| * Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-195-1/+31
| * Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance ...Michael Widenius2014-07-196-61/+70
* | Fixed MDEV-6451: "Error 'Table 't1' already exists' on query" with slave_ddl_...Michael Widenius2014-07-302-3/+22
* | Fixed wrong usage of global_query_id. (It's not protected by LOCK_thread_count)Michael Widenius2014-07-301-3/+1
* | MDEV-6473 - main.statistics fails on PPC64Sergey Vojtovich2014-07-232-4/+4
* | MDEV-5756 CMake option to build without thread pool.Alexey Botchkov2014-07-222-5/+11
|/
* MDEV-6459 - max_relay_log_size and sql_slave_skip_counterSergey Vojtovich2014-07-182-10/+10
* MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-1116-149/+903
|\
| * MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-111-1/+1
| * MDEV-6435: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Kristian Nielsen2014-07-102-1/+6
| * Fix small merge errors after rebaseKristian Nielsen2014-07-082-4/+0
| * MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-0811-145/+161
| * Fix that gap locks are only skipped within one group commit.Kristian Nielsen2014-07-041-0/+2
| * MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-1011-120/+171
| * MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-0313-47/+370
| * MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-156-47/+162
| * MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-131-25/+48
| * MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-086-18/+241
* | MDEV-4937: sql_slave_skip_counter does not work with GTIDKristian Nielsen2014-06-254-13/+24
* | MDEV-6430: It is impossible to see if "filesort with small limit" optimizatio...Sergey Petrunya2014-07-093-0/+3
* | MDEV-6430: It is impossible to see if "filesort with small limit" optimizatio...Sergey Petrunya2014-07-093-2/+9
* | Coding style fixes: remove trailing spaces.Sergey Vojtovich2014-07-091-5/+5
* | MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CO...Sergei Golubchik2014-07-083-5/+52
* | small cleanup of the SHOW CREATE TABLE codeSergei Golubchik2014-07-084-75/+56
* | MDEV-6224 Incorrect information in file when *.frm is > 256KSergei Golubchik2014-07-083-1/+9
* | cleanup, unused error mesagesSergei Golubchik2014-07-081-14/+13
* | MDEV-6410 Cross-compile fixesSergei Golubchik2014-07-081-1/+3
|\ \ | |/ |/|
| * MySQL Bug #61340: Use CMake EXPORT feature to aid cross-compiling.James Le Cuirot2014-04-271-1/+3
* | MDEV-6120: When slave stops with error, error message should indicate the fai...Kristian Nielsen2014-07-073-10/+11
* | MDEV-6073 Merge gis test cases form 5.6.Alexey Botchkov2014-07-013-0/+49
* | MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ||...Kristian Nielsen2014-06-272-9/+4
* | MDEV-6401 SET ROLE returning ERROR 1959 Invalid role specification for valid ...Sergei Golubchik2014-06-271-2/+2
* | MDEV-6120: When slave stops with error, error message should indicate the fai...Kristian Nielsen2014-06-2512-106/+142
* | MDEV-5799: Error messages written upon LOST EVENTS incident are corruptedKristian Nielsen2014-06-253-3/+23
* | MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replicationKristian Nielsen2014-06-242-7/+73
* | long overdue: change maturity level for built-in auth plugins to stableSergei Golubchik2014-06-231-2/+2
* | MDEV-6039 - WebScaleSQL patchesSergey Vojtovich2014-06-181-1/+1
* | MDEV-6180: Error 1590 is not autoskippableunknown2014-06-181-0/+7
* | MDEV-6314 - Compile/run MariaDB with ASanSergey Vojtovich2014-06-104-26/+29
* | valgrind warning. initialize found_rows earlier, before any "goto err".mariadb-10.0.12Sergei Golubchik2014-06-121-1/+4
* | MDEV-5995 MySQL Bug#12750920: EMBEDDED SERVER START/STOP.Alexey Botchkov2014-06-111-0/+8
* | MDEV-6253 MySQL Users Break when Migrating from MySQL 5.1 to MariaDB 10.0.10Sergei Golubchik2014-06-111-6/+7
* | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET...Sergei Golubchik2014-06-111-2/+5
* | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET...Sergei Golubchik2014-06-114-5/+66