summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Improved speed of optimizer traceMonty2020-03-091-5/+0
* MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-131-0/+1
* Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
* MDEV-20707: Missing memory barrier in parallel replication error handler in w...Sujatha2019-11-141-11/+14
* Merge 10.3 into 10.4Marko Mäkelä2019-11-011-40/+64
|\
| * read-only slave using statement replication should replicate tmp tablesMichael Widenius2019-10-211-0/+2
| * Simplify TABLE::decide_logging_format()Monty2019-10-201-33/+35
| * Fixes for binary logging --read-only modeMonty2019-10-201-9/+29
* | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-1/+0
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-10-091-1/+0
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-10-091-1/+0
| | |\
| | | * MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-071-1/+0
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-08-141-6/+42
|\ \ \ \ | |/ / /
| * | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-6/+42
| |\ \ \ | | |/ /
| | * | MDEV-17614: After-merge fixMarko Mäkelä2019-08-121-6/+0
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-08-121-0/+42
| | |\ \ | | | |/
| | | * MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-091-0/+42
| | * | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+5
* | | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-1/+0
|\ \ \ \ | |/ / /
| * | | MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;Alexander Barkov2019-08-051-1/+0
| * | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-091-0/+5
* | | | - wsrep-lib update (SR cleanups and voting support) (#1359)Alexey Yurchenko2019-07-221-1/+0
* | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+5
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-0/+3
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Eugene Kosov2019-06-231-0/+3
| | |\ \ | | | |/
| | | * MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-1/+3
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-19351 statistics_for_command_is_needed: Conditional jump or moveIgor Babaev2019-04-271-0/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-12/+10
|\ \ \ \ \ | |/ / / /
| * | | | Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-031-7/+5
| * | | | Make connect speed great againSergey Vojtovich2019-05-031-0/+1
| * | | | Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-031-5/+4
| * | | | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-301-0/+1
* | | | | MDEV-19351 statistics_for_command_is_needed: Conditional jump or moveIgor Babaev2019-04-291-0/+1
* | | | | 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
| |\ \ \ \ | | |/ / /