• unknown's avatar
    Add my_str_malloc and _free function pointers to strings library · f56dd2a0
    unknown authored
    which will by default exit(1) if malloc() fails, but can be set
    to do something else by the calling program does, which mysqld
    does to use my_malloc(..., MYF(MY_FAE)) instead. Also checks
    allocation in conf_to_src utility program. (Bug #7003)
    
    
    strings/conf_to_src.c:
      if malloc() fails, just abort
    VC++Files/client/mysqlclient.dsp:
      Add str_alloc.c
    VC++Files/client/mysqlclient_ia64.dsp:
      Add str_alloc.c
    VC++Files/libmysql/libmysql.dsp:
      Add str_alloc.c
    VC++Files/libmysql/libmysql_ia64.dsp:
      Add str_alloc.c
    VC++Files/libmysqld/libmysqld.dsp:
      Add str_alloc.c
    VC++Files/libmysqld/libmysqld_ia64.dsp:
      Add str_alloc.c
    VC++Files/strings/backup/strings.dsp:
      Add str_alloc.c
    VC++Files/strings/noMASM/strings.dsp:
      Add str_alloc.c
    VC++Files/strings/strings.dsp:
      Add str_alloc.c
    VC++Files/strings/strings_ia64.dsp:
      Add str_alloc.c
    include/m_string.h:
      Add my_str_malloc/free function pointers.
    libmysql/Makefile.shared:
      Add str_alloc.lo
    sql/mysqld.cc:
      Reassign my_str_malloc/free pointers so they use my_malloc/free
    strings/Makefile.am:
      Add str_alloc.c
    strings/ctype-tis620.c:
      Use my_str_malloc/free
    f56dd2a0
libmysqld.dsp 18.1 KB