summaryrefslogtreecommitdiff
path: root/sql/signal_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-09-071-7/+9
|\
| * Fix a false positive GCC5 warning.Vladislav Vaintroub2021-09-061-7/+9
* | Merge 10.5 into 10.6Marko Mäkelä2021-09-061-12/+11
|\ \ | |/
| * MDEV-26533 fixup: GCC -WformatMarko Mäkelä2021-09-061-2/+2
| * MDEV-26533 MariaDB 10.5 crashes with key_buffer_size > 4Gb on Windows x64Vladislav Vaintroub2021-09-041-10/+9
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-1/+1
|\ \ | |/
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-1/+1
| |\
| | * cleanup: move thread_count to THD_count::value()Sergei Golubchik2021-07-241-1/+1
* | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-2/+2
* | | Added checking to protect against simultaneous double free in safemallocMonty2021-05-191-3/+4
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-3/+3
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2021-04-211-3/+3
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-04-211-3/+3
| | |\
| | | * signal handler, display coredump file pattern similarly to MDEV-25294 but for...David Carlier2021-04-151-3/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-311-1/+13
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-311-1/+13
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-311-1/+13
| | |\ \ | | | |/
| | | * MDEV-25294 signal handler display coredump on macDavid CARLIER2021-03-301-1/+13
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-1/+2
|\ \ \ \ | |/ / /
| * | | In case of an abort, write "handling fatal signal" to DBUG log.Monty2021-02-141-1/+2
| |/ /
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-1/+1
| | |\
| | | * signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1
* | | | Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-1/+2
* | | | output_core_info - freebsd rlimits in different proc entryDaniel Black2020-04-031-0/+4
* | | | Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-101-18/+0
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-021-4/+42
|\ \ \ \ | |/ / /
| * | | MDEV-15051: signal handler - output information about the core generationDaniel Black2019-05-011-4/+42
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+3
|\ \ \ \ | |/ / /
| * | | Write location of core when doing core dumpMonty2018-01-011-1/+3
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-0/+4
|\ \ \ \ | |/ / /
| * | | Fix threadpool to report connections aborted due to wait timeout.Vladislav Vaintroub2017-08-301-0/+4
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-1/+1
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | MDEV-11177 mysqlbinlog exits silently without error when anotherAlexey Botchkov2017-03-221-0/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+1
| | |\ \ | | | |/
| | | * Fix pointer formatting in crash handler output.Vladislav Vaintroub2016-12-201-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+7
|\ \ \ \ | |/ / /
| * | | MDEV-10382 Using systemd, mariadb doesn't restart on crashesSergei Golubchik2016-12-061-2/+4
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-1/+3
| |\ \ \ | | |/ /
| | * | fix conpilation on OpenBSDSergei Golubchik2016-08-291-1/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+22
|\ \ \ \ | |/ / /