summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-251-0/+14
* Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-0/+12
|\
| * Fix typo in 5936d43afb6ad5a75d9eed17eb39e8c00a08a684Marko Mäkelä2018-10-121-1/+1
| * threadpool_size can contribute to the wanted_filesDaniel Black2018-10-121-0/+4
| * MDEV-17413 Crash in my_malloc_size_cb_func() during shutdown withVladislav Vaintroub2018-10-091-0/+7
* | MDEV-17413 - Don't crash in my_malloc_size_cb_func()Vladislav Vaintroub2018-10-091-7/+9
* | MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails.Jan Lindström2018-09-051-1/+1
* | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-311-14/+0
* | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-11/+11
|\ \ | |/
| * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-11/+11
| |\
| | * MDEV-16963 Tighten named pipe access controlVladislav Vaintroub2018-08-131-11/+11
* | | This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-151-0/+14
* | | MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689Oleksandr Byelkin2018-07-201-1/+2
* | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-1/+6
|\ \ \ | |/ /
| * | Post-fix after MDEV-8540 - do not close stdin on Windows.Vladislav Vaintroub2018-07-021-0/+5
| * | MDEV-8540 - Crash on server shutdown since 10.0.16Sergey Vojtovich2018-06-271-1/+6
* | | MDEV-13577 slave_parallel_mode=optimistic should not report the mode's specif...Sergei Golubchik2018-06-201-10/+0
* | | MDEV-13577 slave_parallel_mode=optimistic should not report the mode'sAndrei Elkin2018-06-121-0/+10
* | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+1
| | |\
| | | * Bug#26585560 - MYSQL DAEMON SHOULD CREATE ITS PID FILE ASShishir Jaiswal2017-12-021-1/+35
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-2/+2
|\ \ \ \ | |/ / /
| * | | increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-031-2/+2
* | | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-061-3/+3
* | | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-261-34/+54
* | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-161-2/+1
* | | | Windows : remove freopen(), "to keep fd = 0 busy".Vladislav Vaintroub2018-02-201-1/+3
* | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| |\ \ \ | | |/ /
| | * | Fix error message typoKarim Geiger2018-01-231-1/+1
* | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-20/+1
* | | | MDEV-14205 Windows : fix race condition writing into error log and setvbufmariadb-10.1.29Vladislav Vaintroub2017-11-131-3/+0
* | | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-1/+22
|\ \ \ \
| * \ \ \ Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-6/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge tag 'mariadb-10.0.31' into 10.0-galeraSachin Setiya2017-05-301-1/+8
| |\ \ \ \
| * \ \ \ \ Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-66/+40
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-6/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pc...Sergei Golubchik2017-07-201-6/+4
| | |_|/ / / | |/| | | |
* | | | | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-7/+13
* | | | | | MDEV-13012 Assertion `share->error' failed in discover_handlerton upon execut...Sergei Golubchik2017-06-221-3/+5
* | | | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
* | | | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+3
| * | | | | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-3/+3
| * | | | | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-0/+4
| | |/ / / | |/| | |
* | | | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+3
* | | | | MDEV-9566 Server code changes in preparation for mariabackupVladislav Vaintroub2017-04-271-2/+2
* | | | | bugfix: federated/replication did not increment bytes_received status variableSergei Golubchik2017-04-271-1/+1