summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0-galera' into 10.1Sergei Golubchik2018-09-0710-108/+232
|\
| * MariaDB adjustments.Jan Lindström2018-08-031-3/+15
| * Add missing WSREP(thd) condition and remove unnecessary DBUG_RETURN.Jan Lindström2018-08-021-3/+2
| * Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-08-024-98/+145
| |\
| | * Follow up to previous commit for codership/mysql-wsrep#332mariadb-galera-5.5.61Daniele Sciascia2018-08-021-1/+1
| | * Fix FK constraint violation in applier, after ALTER TABLE ADD FKDaniele Sciascia2018-08-024-118/+155
| | * Merge tag 'mariadb-5.5.61' into 5.5-galeraJan Lindström2018-08-0114-122/+303
| | |\
| * | \ Merge tag 'mariadb-10.0.36' into 10.0-galeraJan Lindström2018-08-0233-323/+611
| |\ \ \
| * | | | MDEV-16799: Test wsrep.variables crash at sql_class.cc:639 thd_get_ha_dataJan Lindström2018-07-249-31/+51
| * | | | Fix compile error.Jan Lindström2018-07-191-1/+3
| * | | | MDEV-10564: Galera `wsrep_debug` patch logs MySQL user credentialsJan Lindström2018-07-191-3/+23
* | | | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-0619-92/+316
|\ \ \ \ \
| * | | | | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-062-1/+12
| * | | | | MDEV-16757 Memory leak after adding manually min/max statistical dataSergey Vojtovich2018-09-052-2/+1
| * | | | | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-044-9/+57
| * | | | | create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-043-3/+9
| * | | | | MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2018-09-041-2/+3
| * | | | | compilation failureSergei Golubchik2018-09-042-12/+12
| * | | | | extend prelocking to FK-accessed tablesSergei Golubchik2018-09-044-4/+72
| * | | | | cleanup: sp_head::add_used_tables_to_table_list()Sergei Golubchik2018-09-042-27/+28
| * | | | | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-046-20/+37
| * | | | | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-033-7/+27
| |\ \ \ \ \
| | * | | | | MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-312-1/+23
| | * | | | | item_cmp_type: simplier for a faster codepathDaniel Black2018-08-221-6/+4
| * | | | | | MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query withVarun Gupta2018-08-291-1/+5
| * | | | | | MDEV-15306: Wrong/Unexpected result with the value optimizer_use_condition_se...Varun Gupta2018-08-292-7/+32
| * | | | | | MDEV-17067 Server crash in write_block_recordMonty2018-08-241-6/+11
| * | | | | | MDEV-17021 Server crash or assertion `length <= column->length' failure in wr...Monty2018-08-241-0/+4
| * | | | | | MDEV-17073: Crash during read_histogram_for_table with optimizer_use_conditio...Varun Gupta2018-08-241-0/+3
| * | | | | | MDEV-17039: Query plan changes when we use GROUP BY optimization with optimiz...Varun Gupta2018-08-231-1/+12
* | | | | | | MDEV-17062: Test failure on galera.MW-336Jan Lindström2018-09-061-1/+3
* | | | | | | MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails.Jan Lindström2018-09-054-3/+34
* | | | | | | fix failures of innodb_plugin tests in --embeddedSergei Golubchik2018-09-044-3/+5
* | | | | | | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-043-5/+7
* | | | | | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-026-61/+103
* | | | | | | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-317-217/+4
* | | | | | | Merge pull request #828 from tempesta-tech/sysprg/10.1-MDEV-10754Jan Lindström2018-08-212-0/+51
|\ \ \ \ \ \ \
| * | | | | | | Fixes after review and correction of the problems caused by the fact that dur...Julius Goryavsky2018-08-092-0/+51
* | | | | | | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-219-20/+38
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-1510-21/+39
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-155-3/+17
| | * | | | | | MDEV-16963 Tighten named pipe access controlVladislav Vaintroub2018-08-131-11/+11
| | * | | | | | MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_strSergei Golubchik2018-08-112-5/+5
| | * | | | | | MDEV-16904 inline void swap(base_list &rhs) should swap list only when list i...Sachin2018-08-071-1/+4
| | * | | | | | MDEV-16166 RBR breaks with HA_ERR_KEY_NOT_FOUND upon DELETE from table...sachin2018-08-041-1/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | MDEV-6439: Server crashes in Explain_union::print_explain with explain in slo...Sergei Petrunia2018-08-151-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-157-4/+217
* | | | | | Merge pull request #844 from codership/10.1-MDEV-15933Jan Lindström2018-08-151-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | MDEV-15933 Cannot resume Node SYNCED state when wsrep_desync is done after FTWRLmkaruza2018-08-141-0/+6
* | | | | | MDEV-15433: Optimizer does not use group by optimization with distinctVarun Gupta2018-08-051-1/+9