mariadb/dbug
Sergey Glukhov b8af4ab216 Bug#52884 mysql-test-run does not work with --debug option
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.
2010-05-20 10:31:03 +04:00
..
.cvsignore
CMakeLists.txt CMakeLists.txt, README, configure.js 2007-08-03 21:51:37 +02:00
dbug.c Bug#52884 mysql-test-run does not work with --debug option 2010-05-20 10:31:03 +04:00
dbug_add_tags.pl
dbug_analyze.c dbug/dbug_analyze.c : Avoid the unresolved symbol "my_thread_global_init()" 2007-04-23 13:36:18 +02:00
dbug_long.h
doinstall.sh
example1.c
example2.c
example3.c
factorial.c Bug#26243 mysql command line crash after control-c 2008-03-28 14:02:27 -04:00
install.sh
main.c
Makefile.am
mklintlib.sh
monty.doc
my_main.c
qmake.cmd
sanity.c
user.r Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSX 2009-06-05 15:05:26 +03:00
vargs.h