summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-07-182-4/+4
|\
| * MDEV-11154: Write_on_release_cache(log_event.cc) function will not write "COM...Sujatha2019-07-151-1/+1
| * Fix typo open_table_def()Anel Husakovic2019-07-111-3/+3
* | MDEV-19746: Galera test failures because of wsrep_slave_threads identificationJan Lindström2019-07-155-15/+101
* | MDEV-15641 InnoDB crash while committing table-rebuilding ALTER TABLEThirunarayanan Balathandayuthapani2019-07-101-0/+1
* | Merge 10.1 into 10.2Eugene Kosov2019-07-094-18/+13
|\ \ | |/
| * MDEV-17963: Assertion `field_pos < field_count' failed in Protocol_text::stor...Varun Gupta2019-07-091-1/+1
| * fix Galera memory leakEugene Kosov2019-07-081-7/+0
| * MDEV-17857 Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TI...Alexander Barkov2019-07-051-4/+7
| * MDEV-19636 Usage message for plugin activation - add FORCE_PLUS_PERMANENTAnel Husakovic2019-07-021-4/+5
| * MDEV-8874 Replication filters configured in my.cnf are ignored if slave reset...Sachin2019-06-271-2/+0
| * imporve clang buildEugene Kosov2019-06-2530-71/+69
* | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-083-0/+11
* | MDEV-19893 Do not send error packets with seqno= 0Vladislav Vaintroub2019-06-271-0/+11
* | Merge 10.1 into 10.2Eugene Kosov2019-06-239-2/+33
|\ \ | |/
| * Merge 5.5 into 10.1Eugene Kosov2019-06-201-0/+4
| |\
| | * MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-171-0/+4
| * | MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-158-3/+29
* | | MDEV-19595 fixedMichael Widenius2019-06-193-4/+12
* | | MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-172-12/+18
* | | MDEV-19771 REPLACE on table with virtual_field can cause crashMichael Widenius2019-06-151-0/+3
* | | MDEV-19633 ASAN use-after-poison in tree_insert() in main.func_gconcatSergei Golubchik2019-06-141-1/+5
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-139-159/+227
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-129-160/+228
| |\ \ | | |/
| | * MDEV-18479: Avoid COST_MULT(records, 1)Marko Mäkelä2019-06-111-5/+2
| | * MDEV-18479 Another complementIgor Babaev2019-06-101-7/+10
| | * MDEV-19580 Unrelated JOINs corrupt usage of 'WHERE function() IN (subquery)'Igor Babaev2019-06-091-14/+73
| | * MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-013-97/+112
| | * cleanupSergei Golubchik2019-06-013-44/+17
| | * MDEV-18479 ComplementIgor Babaev2019-05-282-9/+17
| | * MDEV-19588 Wrong results from query, using left join.Igor Babaev2019-05-281-1/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-3/+0
|\ \ \ | |/ /
| * | MDEV-16467 - MariaDB crashes because of "long semaphore wait"after migrating ...Sergey Vojtovich2019-06-121-3/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-06-129-313/+435
|\ \ \ | |/ /
| * | MDEV-19675 Wrong charset is chosen when opening a pre-4.1 tableAlexander Barkov2019-06-031-2/+3
| * | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-318-304/+425
| * | MDEV-18913: typo in error logSujatha2019-05-301-1/+1
* | | MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSONbb-10.2-mdev19714Sergei Petrunia2019-06-083-0/+7
* | | Support skip-plugin-loadMonty2019-06-061-0/+2
* | | MDEV-18015: Assertion `global_status_var.global_memory_used == 0' failed when...Varun Gupta2019-06-041-8/+4
* | | Ensure that tests and programs can restore variablesMonty2019-06-031-2/+4
* | | Fix plugin linking on WindowsVladislav Vaintroub2019-06-031-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-285-91/+141
|\ \ \ | |/ /
| * | MDEV-19614: Fix innodb_plugin on WindowsMarko Mäkelä2019-05-281-4/+4
| * | Merge 5.5 into 10.1Marko Mäkelä2019-05-284-89/+126
| |\ \ | | |/
| | * MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-273-79/+111
| | * MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-192-1/+8
| * | MDEV-19258 RIGHT JOIN hangs in MariaDBIgor Babaev2019-05-231-2/+14
| * | MDEV-17752: Plan changes from hash_index_merge to index_merge with new optimi...Varun Gupta2019-05-211-1/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-211-2/+10
|\ \ \ | |/ /