summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+2
|\
| * MDEV-16026 MDEV-16481 refactor Sys_var_vers_asofNikita Malyavin2021-07-271-1/+2
* | cleanup: move thread_count to THD_count::value()Sergei Golubchik2021-07-241-1/+0
* | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2021-05-241-1/+1
| |\
| | * CONNECT: move jar files to /usr/share and include them in DEBsSergei Golubchik2021-05-221-1/+1
* | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-3/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-3/+1
| |\ \ | | |/
| | * cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-241-3/+1
| * | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-1/+2
* | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-1/+1
* | | global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-4/+3
* | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-1/+2
* | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+1
| |\ \ | | |/
| | * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+1
* | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-171-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-3/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-4/+4
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-281-4/+4
| | |\
| | | * MDEV-19614: Fix innodb_plugin on WindowsMarko Mäkelä2019-05-281-4/+4
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-22/+2
|\ \ \ \ | |/ / /
| * | | 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.2' into 10.3Oleksandr Byelkin2019-05-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-101-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-101-1/+1
| * | | | MDEV-17845 Extreme high open file limit usedSergei Golubchik2019-05-071-20/+0
* | | | | MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-141-1/+1
* | | | | MDEV-19235 MariaDB Server compiled for 128 Indexes crashes at startupbb-10.4-wlad-MDEV-19235Vladislav Vaintroub2019-05-091-9/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-3/+0
|\ \ \ \ \ | |/ / / /
| * | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-171-3/+0
* | | | | Adieu slave_listSergey Vojtovich2019-03-061-1/+1
* | | | | Cleanup remnants of rpl_recovery_rankSergey Vojtovich2019-03-061-1/+1
* | | | | Adieu LOCK_thread_count, COND_thread_countSergey Vojtovich2019-02-261-3/+2
* | | | | MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-211-1/+1
* | | | | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-0/+2
* | | | | Merge branch '10.4' into bb-10.4-mdev17096Igor Babaev2019-02-121-2/+1
|\ \ \ \ \
| * | | | | Bootstrap cleanupsSergey Vojtovich2019-02-121-2/+1
* | | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-091-0/+2
|/ / / / /
* | | | | MDEV-18400 - Move shutdown handling to main threadSergey Vojtovich2019-01-291-3/+1
* | | | | MDEV-15135 - Make LOCK_show_status rwlock, to enable parallelism ofVladislav Vaintroub2019-01-281-2/+3
* | | | | Use rwlock rather than mutex for protecting THD_listVladislav Vaintroub2019-01-281-2/+3
* | | | | Removed redundant service_thread_countSergey Vojtovich2019-01-281-2/+1
* | | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-2/+2
* | | | | Execute bootstrap in main threadSergey Vojtovich2019-01-281-2/+0
* | | | | MDEV-7598 Lock user after too many password errorsVladislav Vaintroub2019-01-081-0/+1
* | | | | Master_info counters transition to Atomic_counterSergey Vojtovich2018-12-291-0/+1