summaryrefslogtreecommitdiff
path: root/sql/sql_reload.cc
Commit message (Expand)AuthorAgeFilesLines
* Set thd->query() for internal (startup) transactionsMonty2023-02-031-0/+2
* Merge 10.6 into 10.7Jan Lindström2022-09-051-0/+3
|\
| * Merge 10.5 into 10.6Jan Lindström2022-09-051-0/+3
| |\
| | * Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+3
| | |\
| | | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+3
* | | | Merge 10.6 into 10.7Marko Mäkelä2022-07-271-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-26456: SIGSEGV in flush_tables_with_read_lock on FLUSH TABLEOleksandr Byelkin2022-07-211-0/+2
* | | | Failed change master could leave around old relay log filesMonty2021-09-141-1/+1
|/ / /
* | | MDEV-25906: SIGSEGV in flush_tables_with_read_lock on FTWRL or FTFE | SIGSEGV...Sergei Golubchik2021-07-021-1/+1
* | | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Sergei Golubchik2021-07-021-13/+13
* | | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Alexey Botchkov2021-05-311-2/+4
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-0/+8
|\ \ | |/
| * MDEV-22668: "Flush SSL" command doesn't reload wsrep certbb-10.4-MDEV-22668mkaruza2021-04-151-0/+8
* | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-1/+9
|\ \ | |/
| * MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+9
* | Move all thread cache specific code to a new classSergey Vojtovich2020-05-061-1/+2
* | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-0/+2
|\ \ | |/
| * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-0/+2
* | Let "FTWRL <table_list>" use extra(HA_EXTRA_FLUSH)Sergey Vojtovich2020-04-031-9/+12
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-0/+6
|\ \ | |/
| * MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-131-0/+6
* | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-1/+1
* | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+1
|/
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-8/+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
| * | | | MDEV-17710 "unknown error" with FLUSH LOGS if log directory is not writeableSergei Golubchik2019-05-071-7/+0
* | | | | MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private...Vladislav Vaintroub2018-12-121-0/+5
* | | | | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-1/+4
* | | | | Added new MDL_BACKUP locks for all backup stagesMonty2018-12-091-3/+3
* | | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-2/+2
* | | | | Changed FLUSH TABLES to not change share versionMonty2018-12-091-18/+14
* | | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-8/+5
|/ / / /
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-2/+11
| |\ \ \ | | |/ /
| | * | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-021-2/+11
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-4/+4
* | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-12466 : Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ...Sergei Petrunia2018-04-071-0/+2
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-7/+7
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+4
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-1/+4
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-191-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-06-191-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock;Sergey Vojtovich2017-06-161-1/+2