| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-4379 expand MariaDB dual-stack support | Sergei Golubchik | 2014-08-03 | 1 | -0/+15 |
* | remove unused OPT_xxx values from mysqld.cc and the related dead code | Sergei Golubchik | 2014-08-03 | 2 | -21/+1 |
* | fix failures in embedded tests | Sergei Golubchik | 2014-07-31 | 1 | -2/+2 |
* | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B... | Sergei Golubchik | 2014-07-31 | 5 | -46/+109 |
* | MDEV-6312 HA_MUST_USE_TABLE_CONDITION_PUSHDOWN is not accounted by init_read_... | Sergei Golubchik | 2014-07-31 | 3 | -13/+8 |
* | Automatic merge | Michael Widenius | 2014-07-30 | 9 | -62/+101 |
|\ |
|
| * | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d... | Michael Widenius | 2014-07-19 | 5 | -1/+31 |
| * | Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance ... | Michael Widenius | 2014-07-19 | 6 | -61/+70 |
* | | Fixed MDEV-6451: "Error 'Table 't1' already exists' on query" with slave_ddl_... | Michael Widenius | 2014-07-30 | 2 | -3/+22 |
* | | Fixed wrong usage of global_query_id. (It's not protected by LOCK_thread_count) | Michael Widenius | 2014-07-30 | 1 | -3/+1 |
* | | MDEV-6473 - main.statistics fails on PPC64 | Sergey Vojtovich | 2014-07-23 | 2 | -4/+4 |
* | | MDEV-5756 CMake option to build without thread pool. | Alexey Botchkov | 2014-07-22 | 2 | -5/+11 |
|/ |
|
* | MDEV-6459 - max_relay_log_size and sql_slave_skip_counter | Sergey Vojtovich | 2014-07-18 | 2 | -10/+10 |
* | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica... | Kristian Nielsen | 2014-07-11 | 16 | -149/+903 |
|\ |
|
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica... | Kristian Nielsen | 2014-07-11 | 1 | -1/+1 |
| * | MDEV-6435: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e... | Kristian Nielsen | 2014-07-10 | 2 | -1/+6 |
| * | Fix small merge errors after rebase | Kristian Nielsen | 2014-07-08 | 2 | -4/+0 |
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica... | Kristian Nielsen | 2014-07-08 | 11 | -145/+161 |
| * | Fix that gap locks are only skipped within one group commit. | Kristian Nielsen | 2014-07-04 | 1 | -0/+2 |
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel | unknown | 2014-06-10 | 11 | -120/+171 |
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel | unknown | 2014-06-03 | 13 | -47/+370 |
| * | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-15 | 6 | -47/+162 |
| * | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-13 | 1 | -25/+48 |
| * | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-08 | 6 | -18/+241 |
* | | MDEV-4937: sql_slave_skip_counter does not work with GTID | Kristian Nielsen | 2014-06-25 | 4 | -13/+24 |
* | | MDEV-6430: It is impossible to see if "filesort with small limit" optimizatio... | Sergey Petrunya | 2014-07-09 | 3 | -0/+3 |
* | | MDEV-6430: It is impossible to see if "filesort with small limit" optimizatio... | Sergey Petrunya | 2014-07-09 | 3 | -2/+9 |
* | | Coding style fixes: remove trailing spaces. | Sergey Vojtovich | 2014-07-09 | 1 | -5/+5 |
* | | MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CO... | Sergei Golubchik | 2014-07-08 | 3 | -5/+52 |
* | | small cleanup of the SHOW CREATE TABLE code | Sergei Golubchik | 2014-07-08 | 4 | -75/+56 |
* | | MDEV-6224 Incorrect information in file when *.frm is > 256K | Sergei Golubchik | 2014-07-08 | 3 | -1/+9 |
* | | cleanup, unused error mesages | Sergei Golubchik | 2014-07-08 | 1 | -14/+13 |
* | | MDEV-6410 Cross-compile fixes | Sergei Golubchik | 2014-07-08 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | MySQL Bug #61340: Use CMake EXPORT feature to aid cross-compiling. | James Le Cuirot | 2014-04-27 | 1 | -1/+3 |
* | | MDEV-6120: When slave stops with error, error message should indicate the fai... | Kristian Nielsen | 2014-07-07 | 3 | -10/+11 |
* | | MDEV-6073 Merge gis test cases form 5.6. | Alexey Botchkov | 2014-07-01 | 3 | -0/+49 |
* | | MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ||... | Kristian Nielsen | 2014-06-27 | 2 | -9/+4 |
* | | MDEV-6401 SET ROLE returning ERROR 1959 Invalid role specification for valid ... | Sergei Golubchik | 2014-06-27 | 1 | -2/+2 |
* | | MDEV-6120: When slave stops with error, error message should indicate the fai... | Kristian Nielsen | 2014-06-25 | 12 | -106/+142 |
* | | MDEV-5799: Error messages written upon LOST EVENTS incident are corrupted | Kristian Nielsen | 2014-06-25 | 3 | -3/+23 |
* | | MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication | Kristian Nielsen | 2014-06-24 | 2 | -7/+73 |
* | | long overdue: change maturity level for built-in auth plugins to stable | Sergei Golubchik | 2014-06-23 | 1 | -2/+2 |
* | | MDEV-6039 - WebScaleSQL patches | Sergey Vojtovich | 2014-06-18 | 1 | -1/+1 |
* | | MDEV-6180: Error 1590 is not autoskippable | unknown | 2014-06-18 | 1 | -0/+7 |
* | | MDEV-6314 - Compile/run MariaDB with ASan | Sergey Vojtovich | 2014-06-10 | 4 | -26/+29 |
* | | valgrind warning. initialize found_rows earlier, before any "goto err".mariadb-10.0.12 | Sergei Golubchik | 2014-06-12 | 1 | -1/+4 |
* | | MDEV-5995 MySQL Bug#12750920: EMBEDDED SERVER START/STOP. | Alexey Botchkov | 2014-06-11 | 1 | -0/+8 |
* | | MDEV-6253 MySQL Users Break when Migrating from MySQL 5.1 to MariaDB 10.0.10 | Sergei Golubchik | 2014-06-11 | 1 | -6/+7 |
* | | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET... | Sergei Golubchik | 2014-06-11 | 1 | -2/+5 |
* | | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET... | Sergei Golubchik | 2014-06-11 | 4 | -5/+66 |