mariadb/include
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
..
atomic Bug#52261: 64 bit atomic operations do not work on Solaris i386 .. 2010-07-27 10:25:11 -03:00
mysql Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug option" 2010-09-15 13:33:22 +02:00
base64.h
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
decimal.h
errmsg.h
ft_global.h
hash.h
heap.h
keycache.h
lf.h
m_ctype.h Bug#55980 Character sets: supplementary character _bin ordering is wrong 2010-08-31 17:54:26 +04:00
m_string.h WL#5498: Remove dead and unused source code 2010-07-23 17:17:55 -03:00
Makefile.am Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00
my_aes.h
my_alarm.h
my_alloc.h
my_atomic.h WL#5498: Remove dead and unused source code 2010-07-23 17:18:36 -03:00
my_attribute.h WL#5498: Remove dead and unused source code 2010-07-23 17:16:29 -03:00
my_base.h
my_bit.h WL#5498: Remove dead and unused source code 2010-07-23 17:18:36 -03:00
my_bitmap.h
my_compiler.h
my_dbug.h
my_dir.h
my_getopt.h
my_global.h WL#5498: Remove dead and unused source code 2010-07-23 17:18:36 -03:00
my_handler.h
my_libwrap.h
my_list.h
my_md5.h
my_net.h
my_no_pthread.h
my_nosys.h WL#5498: Remove dead and unused source code 2010-07-23 17:15:07 -03:00
my_pthread.h A pre-requisite patch for the fix for Bug#52044. 2010-08-11 01:12:01 +04:00
my_rdtsc.h
my_stacktrace.h
my_sys.h WL#5498: Remove dead and unused source code 2010-07-23 17:15:07 -03:00
my_time.h
my_tree.h
my_uctype.h
my_user.h
my_xml.h
myisam.h merge 2010-08-05 15:34:19 +03:00
myisammrg.h
myisampack.h
mysql.h
mysql.h.pp
mysql_com.h
mysql_embed.h WL#5498: Remove dead and unused source code 2010-07-23 17:15:07 -03:00
mysql_time.h
mysql_version.h.in
mysys_err.h
password.h
probes_mysql.d.base
probes_mysql.h
probes_mysql_nodtrace.h
queues.h
rijndael.h
service_versions.h
sha1.h
sha2.h
sql_common.h
sslopt-case.h
sslopt-longopts.h
sslopt-vars.h
t_ctype.h
thr_alarm.h
thr_lock.h Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00
typelib.h
violite.h