summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2018-09-2415-310/+101
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-09-2314-302/+88
| |\
| | * Merge remote-tracking branch 'origin/5.5' into bb-10.0-barbb-10.0-barAlexander Barkov2018-09-212-2/+6
| | |\
| | | * Fixing the comment not to mention the removed class Item_copy_int.Alexander Barkov2018-09-211-1/+1
| | | * A cleanup for MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-211-1/+5
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-2113-304/+96
| | |\ \ | | | |/
| | | * MDEV-17250 Remove unused Item_copy_xxxAlexander Barkov2018-09-202-265/+0
| | | * MDEV-17244 MAKETIME(900,0,0.111) returns a wrong resultAlexander Barkov2018-09-201-3/+4
| | | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-209-32/+88
| | | * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-102-1/+2
| | | * Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THE INSERT PRIVILEGES FOR...Sergei Golubchik2018-09-041-1/+1
| | * | MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-182-1/+3
| | * | Update contributorsIan Gilfillan2018-09-101-1/+3
| * | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-132-0/+58
| * | | MDEV-17155: Incorrect ORDER BY optimization: full index scan is used instead ...Sergei Petrunia2018-09-121-0/+19
| * | | MDEV-15845 Test failure on galera.galera_concurrent_ctasmkaruza2018-09-121-0/+4
* | | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-214-20/+26
* | | | MDEV-16792 Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Sergei Golubchik2018-09-211-3/+1
* | | | Remove an unused variableMarko Mäkelä2018-09-211-2/+0
* | | | MDEV-17201 dropped anchor rows with non-null recursion queryIgor Babaev2018-09-171-0/+1
* | | | MDEV-17065 Crash on SHOW CREATE TABLE with CHECK CONSTRAINTMichael Widenius2018-09-161-2/+11
* | | | MDEV-16050 cte + geometry functions lead to crash.Alexey Botchkov2018-09-164-0/+30
* | | | Fixed a compiler warning.Igor Babaev2018-09-151-1/+1
* | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-148-20/+168
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-1431-222/+570
|\ \ \ \ | |/ / /
| * | | 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