• unknown's avatar
    Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned... · ca4bf4f7
    unknown authored
    Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
    Removed thread marking of safemalloc blocks (becasue of alignment problems)
    Temporary fix for bigint comparison.
    
    
    configure.in:
      Added size checking of char*
    BitKeeper/etc/ignore:
      Added sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list
    mysql-test/r/select.result:
      Cleaned up test
    mysql-test/t/select.test:
      Cleaned up test
    mysys/my_static.h:
      Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
    mysys/safemalloc.c:
      Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
    sql/field.h:
      Temporary fix for bigint comparison.
    sql/gen_lex_hash.cc:
      Smaller hash table
    sql/item_cmpfunc.cc:
      Cleanup
    sql/mysqld.cc:
      Removed thread marking of safemalloc blocks (becasue of alignment problems)
    sql/opt_range.cc:
      Comment
    ca4bf4f7
item_cmpfunc.cc 35.7 KB