summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* trans_xa_detach() frameworkSergey Vojtovich2019-04-251-2/+4
* Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-251-3/+5
* Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-251-8/+1
* Move XID_STATE::rm_error to XID_cache_elementSergey Vojtovich2019-04-251-2/+2
* Just move, no code changes otherwise.Sergey Vojtovich2019-04-251-257/+0
* Fixed wsrep replaying for stored procedures (#1256)mariadb-10.4.4Teemu Ollakka2019-04-061-0/+9
* MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-041-1/+0
* Fix -Wformat and -Wnonnull-compare for WSREPMarko Mäkelä2019-04-031-13/+16
* Merge 10.3 into 10.4Marko Mäkelä2019-04-021-10/+12
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-9/+11
| |\
| | * Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-9/+11
| | |\
| | | * MDEV-18466 Unsafe to log updates on tables referenced by foreign keys with tr...Sergei Golubchik2019-03-271-0/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-10/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-03-191-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-17262: mysql crashed on galera while node rejoined cluster (#895)sysprg2019-03-181-0/+2
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-11/+8
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-9/+19
| | |\ \ | | | |/
| | | * MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-11/+8
| | | * MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2019-03-121-8/+21
* | | | 10.4 wsrep group commit fixes (#1224)Teemu Ollakka2019-03-151-1/+3
* | | | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-1/+1
* | | | Adieu slave_listSergey Vojtovich2019-03-061-0/+7
* | | | don't invoke error interceptors for fatal errorsSergei Golubchik2019-02-211-1/+2
* | | | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-0/+9
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-2/+21
|\ \ \ \ | |/ / /
| * | | dirty mergeOleksandr Byelkin2019-02-071-2/+21
| |\ \ \ | | |/ /
| | * | MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-2/+21
| | |\ \ | | | |/
| | | * MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-241-2/+21
* | | | Merge branch '10.4' into bb-10.4-mdev7486Galina Shalygina2019-02-191-2/+3
|\ \ \ \
| * | | | MDEV-18587 Don't reject DDLs if streaming replication is onTeemu Ollakka2019-02-191-1/+2
| * | | | Minor cleanup in the optimizer trace code.Varun Gupta2019-02-181-1/+1
* | | | | MDEV-7486: Condition pushdown from HAVING into WHEREGalina Shalygina2019-02-171-0/+1
|/ / / /
* | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-141-2/+17
|\ \ \ \
| * | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+14
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-02-051-0/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+1
| * | | | MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-041-2/+2
* | | | | MDEV-18144: ANALYZE for statement support for PK filtersGalina Shalygina2019-02-061-1/+1
* | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-91/+168
|\ \ \ \ \ | |/ / / /
| * | | | Avoid taking LOCK_thread_count for thread_count protectionSergey Vojtovich2019-01-291-7/+0
| * | | | Removed redundant service_thread_countSergey Vojtovich2019-01-281-2/+0
| * | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-4/+4
| * | | | Galera4Brave Galera Crew2019-01-231-49/+112
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-171-11/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-01-171-11/+10
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-01-171-11/+10
| | | |\ \ | | | | |/
| | | | * MDEV-18225 Avoid use of LOCK_prepared_stmt_count mutex in Statement_map destr...Vladislav Vaintroub2019-01-151-11/+10
| | | | * Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-1/+2
| | | | |\
| | | | | * extend prelocking to FK-accessed tablesSergei Golubchik2018-09-041-1/+2