summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix review commentsSachin Kumar2021-05-111-2/+1
* MDEV-21469: Implement crash-safe binary logging of the user XAbb-10.5-MDEV_21469Sujatha2020-12-211-2/+2
* 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-201-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-3/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-03-201-3/+3
| | | |\ \ | | | | |/
| | | | * all status variables above `questions` MUST be ulongSergei Golubchik2020-03-141-3/+3
| * | | | MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2020-03-171-1/+1
* | | | | MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-121-0/+16
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+1
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-2/+2
* | | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-98/+124
* | | | | perfschema thread instrumentation related changesSergei Golubchik2020-03-101-0/+1