From dd2836c4c153566420efcdbe68173b29adcb24e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Jun 2003 22:39:45 +0300 Subject: Changed safemalloc structure to not have to be 8 byte aligned. (Portability problem) include/my_sys.h: Changed safe_malloc variables to start with sf_ mysys/default.c: Use safemalloc (as we use dynamic_arrays() that uses it inderectly anyway) mysys/my_static.c: Changed safe_malloc variables to start with sf_ mysys/my_static.h: Changed safe_malloc variables to start with sf_ Changed safemalloc structure to not have to be 8 byte aligned mysys/safemalloc.c: Changed safemalloc structure to not have to be 8 byte aligned. (portability fix) BIG code cleanup sql/mysqld.cc: Changed safe_malloc variables to start with sf_ sql/sql_parse.cc: Changed safe_malloc variables to start with sf_ --- mysys/default.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mysys/default.c') diff --git a/mysys/default.c b/mysys/default.c index 3ff240da3a1..cdacc8bee2b 100644 --- a/mysys/default.c +++ b/mysys/default.c @@ -33,8 +33,6 @@ ** --print-defaults ; Print the modified command line and exit ****************************************************************************/ -#undef SAFEMALLOC /* safe_malloc is not yet initailized */ - #include "mysys_priv.h" #include "m_string.h" #include "m_ctype.h" -- cgit v1.2.1