summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-1/+0
|\
| * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-091-1/+0
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-081-1/+0
| | |\
| | | * Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-1/+0
| | | |\
| | | | * MDEV-29225 make explicit_defaults_for_timestamps SESSION variableSergei Golubchik2022-08-021-1/+0
* | | | | MDEV-28201: Server crashes upon SHOW ANALYZE/EXPLAIN FORMAT=JSONSergei Petrunia2022-04-291-0/+4
|/ / / /
* | | | Merge 10.7 into 10.8Nayuta Yanagisawa2022-04-131-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.6 into 10.7Marko Mäkelä2022-04-121-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-10183 implement service_manager_extend_timeout on WindowsVladislav Vaintroub2022-04-111-0/+1
* | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-0/+2
|/ / /
* | | MDEV-26352 : Add new thread states for certain WSREP scenariosJan Lindström2021-09-031-1/+8
* | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-1/+3
|/ /
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-2/+2
|\ \ | |/
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-2/+2
| |\
| | * 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
* | | | Fixed debug_sync timeout in deadlock_drop_tableMonty2021-06-191-0/+2
* | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | Change connection_count back to staticDaniel Black2021-06-011-1/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-1/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-2/+2
* | | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-1/+1
* | | | | Reduce usage of strlen()Monty2021-05-191-0/+2
* | | | | MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logsSujatha2021-05-101-1/+4
* | | | | MDEV-6536: make --bind=hostname to listen on both IPv6 and IPv4 addressesRinat Ibragimov2021-03-051-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-3/+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
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Add QT_ITEM_IDENT_DISABLE_DB_TABLE_NAMES flag for Item::printSergei Petrunia2020-08-141-0/+6
* | | | | MDEV-23124 Eliminate the overhead of system call access() on every USE(or con...Vladislav Vaintroub2020-07-141-0/+1
* | | | | MDEV-23043 Refactor Windows service handlingVladislav Vaintroub2020-07-041-0/+10
|/ / / /
* | | | more "removed" mysqld command-line optionsSergei Golubchik2020-06-181-1/+0
* | | | Move all thread cache specific code to a new classSergey Vojtovich2020-05-061-5/+1
* | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-7/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ | |/ / /
| * | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-1/+1
* | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-6/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-4/+3
|\ \ \ \ | |/ / /
| * | | global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-4/+3
* | | | MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-121-0/+2
* | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-1/+1