mariadb/dbug
Olav Sandstaa 93e7e5f9d9 Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug option"
The crash during boot was caused by a DBUG_PRINT statement in fill_schema_schemata() (in
sql_show.cc). This DBUG_PRINT statement contained several instances of %s in the format 
string and for one of these we gave a NULL pointer as the argument. This caused the
call to vsnprintf() to crash when running on Solaris.
      
The fix for this problem is to replace the call to vsnprintf() with my_vsnprintf()
which handles that a NULL pointer is passed as argumens for %s.

This patch also extends my_vsnprintf() to support %i in the format string.
2010-09-15 13:33:22 +02:00
..
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
dbug.c Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug option" 2010-09-15 13:33:22 +02:00
dbug_add_tags.pl backport of dbug extensions from 6.0: 2009-10-30 19:13:58 +01:00
dbug_analyze.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:16:06 -03:00
dbug_long.h
example1.c
example2.c
example3.c
factorial.c
main.c
Makefile.am Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
monty.doc
my_main.c
remove_function_from_trace.pl backport of dbug extensions from 6.0: 2009-10-30 19:13:58 +01:00
tests-t.pl backport of dbug extensions from 6.0: 2009-10-30 19:13:58 +01:00
tests.c backport of dbug extensions from 6.0: 2009-10-30 19:13:58 +01:00
user.r Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00