Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-28 | 1 | -5/+7 |
|\ | |||||
| * | pthread_yield() is depricated now, so use sched_yield() if possible. | Oleksandr Byelkin | 2021-10-26 | 1 | -5/+7 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-27 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | cleanup THR_KEY_mysys | Eugene Kosov | 2020-04-25 | 1 | -1/+2 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-03-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | unoptimized -fsanitize=undefined build on clang requires more stack space | Eugene Kosov | 2020-03-23 | 1 | -1/+1 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | * | MDEV-9024 Build fails with VS2015 | Sergei Golubchik | 2016-02-06 | 1 | -0/+2 |
* | | | | MDEV-17845 Extreme high open file limit used | Sergei Golubchik | 2019-05-07 | 1 | -0/+22 |
* | | | | Give ASAN some more stack | Marko Mäkelä | 2019-03-08 | 1 | -3/+3 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-08 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-07 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | ASAN loves stack, give it some | Sergei Golubchik | 2019-03-06 | 1 | -1/+5 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-10-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-10-11 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-17200 - pthread_detach called for already detached threads | Sergey Vojtovich | 2018-10-05 | 1 | -1/+1 |
* | | | | Misc. typos | luz.paz | 2018-04-05 | 1 | -2/+2 |
* | | | | MDEV-15694 Windows : use GetSystemTimePreciseAsFileTime if available for high... | Vladislav Vaintroub | 2018-04-01 | 1 | -1/+1 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
* | | | | Minor spelling fixes in code comments, docs and output | Otto Kekäläinen | 2018-01-12 | 1 | -2/+2 |
* | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -2/+0 |
|/ / / | |||||
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-06 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | bugfix: federated/replication did not increment bytes_received status variable | Sergei Golubchik | 2017-04-27 | 1 | -0/+20 |
* | | | MDEV-11720 main.signal_demo3 fails in buildbot on labrador | Sergei Golubchik | 2017-03-29 | 1 | -1/+1 |
* | | | Fix many -Wconversion warnings. | Marko Mäkelä | 2017-03-07 | 1 | -2/+2 |
* | | | compiler warning | Sergei Golubchik | 2016-09-12 | 1 | -1/+1 |
* | | | increase stack size for labrador | Sergei Golubchik | 2016-07-01 | 1 | -1/+1 |
* | | | Reuse THD for new user connections | Monty | 2016-06-04 | 1 | -1/+1 |
* | | | MDEV-9154 : Remove workarounds (mainly dynamic function loading) | Vladislav Vaintroub | 2016-06-01 | 1 | -24/+3 |
* | | | Make step bigger to reflect modern needs. | Oleksandr Byelkin | 2016-03-23 | 1 | -1/+1 |
* | | | Changed my_thread_id to int64 to fix compilation problem with | Monty | 2016-02-08 | 1 | -1/+1 |
* | | | Merge branch '10.1' into 10.2 | Monty | 2016-02-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | stack too small on labrador (again!) | Sergei Golubchik | 2016-01-25 | 1 | -1/+1 |
* | | | MDEV-8111 - remove "fast mutexes" | Sergey Vojtovich | 2015-11-26 | 1 | -20/+0 |
|/ / | |||||
* | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -0/+2 |
|\ \ | |||||
| * | | MDEV-9024 Build fails with VS2015 | Vladislav Vaintroub | 2015-11-06 | 1 | -0/+2 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | MDEV-8379 - SUSE mariadb patches | Sergey Vojtovich | 2015-10-01 | 1 | -4/+4 |
* | | | MDEV-8241: Debug build on Windows is broken: error LNK2019: unresolved extern... | Oleksandr Byelkin | 2015-05-29 | 1 | -1/+1 |
|/ / | |||||
* | | 5.5 merge | Sergei Golubchik | 2015-01-21 | 1 | -4/+14 |
|\ \ | |/ | |||||
| * | mysql-5.5.41 merge | Sergei Golubchik | 2014-12-19 | 1 | -4/+14 |
| |\ | |||||
| | * | Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT... | Venkatesh Duggirala | 2014-10-08 | 1 | -3/+13 |
* | | | rename st_my_thread_var::opt_info -> st_my_thread_var::keycache_link | Sergei Golubchik | 2015-01-19 | 1 | -1/+1 |
* | | | remove unused st_my_thread_var::cmp_length | Sergei Golubchik | 2015-01-19 | 1 | -1/+0 |
* | | | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Bug#17702677 WRONG INSTRUMENTATION INTERFACE FOR MYSQL_COND_TIMEDWAIT | Christopher Powers | 2013-11-07 | 1 | -2/+2 |