• unknown's avatar
    Added --temp-pool option to mysqld. This will cause temporary files · 6f154546
    unknown authored
    created to use a small set of filenames, to try and avoid problems
    in the Linux kernel.
    
    
    mysys/Makefile.am:
      Added my_bitmap.c
    mysys/my_init.c:
      my_bitmap code added
    mysys/mysys_priv.h:
      my_bitmap
    sql/mysql_priv.h:
      temp pool stuff.
    sql/mysqld.cc:
      --temp-pool option added
    sql/sql_select.cc:
      temp pool stuff
    sql/table.h:
      temp pool
    6f154546
table.h 4.9 KB