summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-07-201-3/+5
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-201-3/+5
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-201-3/+5
| | |\
| | | * MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-161-3/+5
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-0/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+2
| | |\ \ | | | |/
| | | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+2
* | | | MDEV-23038 Service registered with deprecated "mysqld.exe --install" crashes ...Vladislav Vaintroub2020-06-291-6/+29
* | | | more "removed" mysqld command-line optionsSergei Golubchik2020-06-181-78/+65
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-1/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-1/+0
| | |\ \ | | | |/
| | | * Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-271-1/+0
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2020-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-191-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-22615 system_time_zone may be incorrectly reported as "unknown".Vladislav Vaintroub2020-05-181-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-131-1/+5
|\ \ \ \ | |/ / /
| * | | MDEV-22487 WolfSSL - server prints "Please supply a buffer for error string"Vladislav Vaintroub2020-05-071-1/+5
* | | | Move all thread cache specific code to a new classSergey Vojtovich2020-05-061-121/+19
* | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-14/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-5/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-1/+3
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-04-271-1/+3
| | | |\
| | | | * MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-271-9/+0
| | | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-0/+2
| | | | * MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
| | * | | After-merge fixMarko Mäkelä2020-04-231-4/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-22/+23
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive WITH_WSREP=OFFMarko Mäkelä2020-04-241-5/+9
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-2/+14
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-221-6/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-221-6/+2
| | |\ \ \ | | | |/ /
| | | * | Don't write warning about uninitialized mutex if there is a memory leakMonty2020-04-181-6/+5
| * | | | Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-151-0/+1
| * | | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-15/+3
* | | | | Updated client and server to use new binary names in --debug tracesMonty2020-04-191-2/+2
* | | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-1/+4
* | | | | HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-051-2/+0
* | | | | Simplified away my_get_large_page_size()Sergey Vojtovich2020-04-041-5/+0
* | | | | HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-041-2/+2
* | | | | Coding style fixesSergey Vojtovich2020-04-041-2/+4
* | | | | Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-021-69/+15
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-1/+11
|\ \ \ \ \ | |/ / / /
| * | | | num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-271-1/+11
* | | | | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-03-281-0/+2
* | | | | mysqld --help will now load mysqld.options tableMonty2020-03-241-4/+10
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-1/+1
| * | | | tc_active_instances: my_atomic to std::atomicSergey Vojtovich2020-03-211-1/+1