mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 16:55:31 +02:00
Server crashes on 64bit linux with 'double free or corruption' message, on 32bit mysql-test-run silently fails on bootstrap stage. The problem is that FreeState() is called twice for init_settings struct in _db_end_ function. The fix is to remove superfluous FreeState() call. Additional fix: fixed discrepancy of result file when debug & valgrind options are enabled for MTR. dbug/dbug.c: The problem is that FreeState() is called twice for init_settings struct in _db_end_ function. The fix is to remove superfluous FreeState() call. mysql-test/r/variables_debug.result: fixed discrepancy of result file when debug & valgrind options are enabled for MTR. mysql-test/t/variables_debug.test: fixed discrepancy of result file when debug & valgrind options are enabled for MTR. sql/set_var.cc: fixed discrepancy of result file when debug & valgrind options are enabled for MTR. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| CMakeLists.txt | ||
| dbug.c | ||
| dbug_add_tags.pl | ||
| dbug_analyze.c | ||
| dbug_long.h | ||
| doinstall.sh | ||
| example1.c | ||
| example2.c | ||
| example3.c | ||
| factorial.c | ||
| install.sh | ||
| main.c | ||
| Makefile.am | ||
| mklintlib.sh | ||
| monty.doc | ||
| my_main.c | ||
| qmake.cmd | ||
| sanity.c | ||
| user.r | ||
| vargs.h | ||