summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-0/+1
* MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-2/+8
* MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-3/+4
* MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-1/+1
* cleanup: don't use my_getopt_is_args_separator()Sergei Golubchik2019-10-141-1/+0
* cleanup: my_getopt, consistencySergei Golubchik2019-10-141-4/+2
* Merge 10.4 into 10.5Marko Mäkelä2019-10-111-5/+0
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-10-101-5/+0
| |\
| | * Cleanup mman.h includesSergey Vojtovich2019-10-021-5/+0
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-10-011-6/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-6/+4
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-6/+4
| | |\
| | | * Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-301-6/+4
* | | | MDEV-7481 Replace max_long_data_size functionality with max_allowed_packetSergei Golubchik2019-09-281-18/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-20505: Server crash on startup beacuse of bad wsrep configurationJan Lindström2019-09-121-0/+2
* | | | MDEV-20477 Merge binlog extended metadata support from the upstreamSachin2019-09-111-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-8/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-8/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Monty2019-09-031-8/+7
| | |\ \ | | | |/
| | | * Updated mtr files to support different compiled in optionsMonty2019-09-011-8/+7
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-1/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-0/+4
| |\ \ \ | | |/ /
| | * | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425Marko Mäkelä2019-08-291-0/+4
| * | | MDEV-19200 Do not print "Thread <num> did not exit" message for system/backgr...Vladislav Vaintroub2019-08-301-1/+1
* | | | hide have_sanitizer variable in non-ASAN buildsSergei Golubchik2019-08-231-9/+1
* | | | Added asan options to mysql-test-runMonty2019-08-231-1/+9
* | | | MDEV-20279 Increase Aria index length limitMonty2019-08-231-69/+6
* | | | Cleanup log_type_arg of MYSQL_BIN_LOG::open()Sergey Vojtovich2019-08-221-1/+1
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-20179 Server hangs on shutdown during installation of Spider (#1369)Kentoku SHIBA2019-08-011-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-0/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-0/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Eugene Kosov2019-07-161-0/+2
| | |\ \ | | | |/
| | | * MDEV-19746: Galera test failures because of wsrep_slave_threads identificationJan Lindström2019-07-151-0/+2
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-06-271-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-19845: Adaptive spin loopsMarko Mäkelä2019-06-271-0/+1
* | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-7/+7
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-271-7/+1
|\ \ \ \ | |/ / /
| * | | remove workaround from MDEV-9409Vladislav Vaintroub2019-06-221-7/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-4/+6
|\ \ \ \ | |/ / /
| * | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-171-4/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-131-2/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-2/+6
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-2/+6
| | |\ \ | | | |/
| | | * Support skip-plugin-loadMonty2019-06-061-0/+2
| | | * Ensure that tests and programs can restore variablesMonty2019-06-031-2/+4
* | | | Merge 10.4 to 10.5Marko Mäkelä2019-05-271-27/+10
|\ \ \ \ | |/ / /
| * | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-27/+10
* | | | MDEV-19313 Threadpool : provide information schema tables for internals of ge...Vladislav Vaintroub2019-05-261-1/+1