summaryrefslogtreecommitdiff
path: root/mysys/stacktrace.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30573 Server doesn't build with GCOV by GCC 11+Daniel Black2023-02-061-4/+4
* MDEV-25870 Windows - fix ARM64 cross-compilationVladislav Vaintroub2021-06-071-1/+5
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-5/+5
* Merge 10.4 into 10.5Marko Mäkelä2020-08-201-126/+26
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-08-201-117/+16
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2020-08-201-117/+16
| | |\
| | | * MDEV-23491: __bss_start breaks compilation of various platformsOleksandr Byelkin2020-08-181-106/+16
* | | | Merge branch '10.4' into 10.5mariadb-10.5.5Sergei Golubchik2020-08-071-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3mariadb-10.3.24Sergei Golubchik2020-08-061-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2mariadb-10.2.33Sergei Golubchik2020-08-061-1/+1
| | |\ \ | | | |/
| | | * link failure on fulltest (xenial)mariadb-10.1.46Sergei Golubchik2020-08-061-1/+1
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-8/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-8/+9
| |\ \ \ | | |/ /
| | * | Fix for macOleksandr Byelkin2020-08-021-1/+4
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-10/+8
| | |\ \ | | | |/
| | | * MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-281-8/+8
* | | | Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-101-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Make it trivial to get stack traces from external programs.Monty2019-05-231-4/+41
|/ / / /
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+2
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-4/+4
* | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-1/+1
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-12144 Signal 6 crash corrupts ibd filesSergei Golubchik2017-07-151-1/+1
* | | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-6/+10
|/ / / /
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-0/+11
* | | | MDEV-10943 . Workaround linker error on Linux. Linux does not actually use __...Vladislav Vaintroub2016-10-151-2/+2
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-4/+26
|\ \ \ | |/ /
| * | [MDEV-9127] Crash reporter often fails to show the query that crashedVicențiu Ciorbaru2016-07-121-4/+26
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
|/ /
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
|/
* do not print return address when callstack is output on Windows, it does not ...Vladislav Vaintroub2012-10-181-1/+0
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\
* \ Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-183/+5
|\ \
| * | restore my_safe_printf_stderr for "crash-safe sigsegv handler"Sergei Golubchik2012-03-141-186/+8
* | | Merge 5.3->5.5Igor Babaev2012-03-171-8/+4
|\ \ \ | |/ /
| * | LP953714: Fix formatting of the crash messages in signal/exception handlerVladislav Vaintroub2012-03-121-11/+7
* | | 5.3 mergeSergei Golubchik2012-02-211-8/+9
|\ \ \ | |/ /
| * | Fixed compiler warningsMichael Widenius2012-02-201-1/+1
| * | Merge with MYSQL 5.1.61Michael Widenius2012-02-201-77/+294
| |\ \
| | * | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-11-301-65/+276
* | | | - Fix rpl_checksum test. Use basename of file in error messages, not the oVladislav Vaintroub2012-01-201-11/+4
* | | | mysql-5.5 mergeSergei Golubchik2012-01-161-61/+274
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-12-021-61/+273