summaryrefslogtreecommitdiff
path: root/sql/sql_reload.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-2/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-2/+6
| |\ \ \ | | |/ /
| | * | MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-051-2/+6
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-27/+29
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-27/+29
| |\ \
| | * | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-27/+29
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+6
|\ \ \ \ | |/ / /
| * | | MDEV-9423: cannot add new node to the cluser: Binlog..mariadb-10.1.15Nirbhay Choubey2016-06-291-0/+6
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-1/+2
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-1/+2
| | | |\
| | | | * Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-161-1/+1
| | | | * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-011-2/+2
* | | | | Reuse THD for new user connectionsMonty2016-06-041-1/+1
|/ / / /
* | | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-12-231-0/+10
|\ \ \ \
| * | | | MDEV-9224: postfix - thd can be null in reload_acl_and_cache()mariadb-galera-10.0.23Nirbhay Choubey2015-12-231-1/+1
| * | | | MDEV-9224 : Database lockup on flush in galeraNirbhay Choubey2015-12-221-0/+10
| * | | | Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-3/+3
| |\ \ \ \
| * \ \ \ \ Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-0/+1
| |\ \ \ \ \