• unknown's avatar
    Fixed problems with ma_test2 and mi_test2 on high-byte-first system · df843c4c
    unknown authored
    Fixed bug in ma_test2 when last row in table is deleted
    Fixed that ma_test_recovery.pl works on Solaris (by using digest instead of md5sum)
    Fixed some compiler warnings generated by the Forte compiler
    
    
    dbug/dbug.c:
      Added cast to get rid of compiler warning
    mysys/lf_alloc-pin.c:
      Added cast to get rid of compiler warning
    mysys/my_bitmap.c:
      Removed impossible DBUG_ASSERT()'s to get rid of compiler warnings
    mysys/my_compress.c:
      Removed wrong cast to get rid of compiler warning
    storage/maria/lockman.c:
      Added cast to get rid of compiler warning
    storage/maria/ma_open.c:
      Added fix from MyISAM to allocate space in key buffer for nod pointer
    storage/maria/ma_recovery.c:
      Fixed initialization that caused compiler warning
    storage/maria/ma_rsame.c:
      More DBUG_PRINT
    storage/maria/ma_scan.c:
      Better comment
    storage/maria/ma_statrec.c:
      More DBUG_PRINT and comments
      Fixed indentation
    BitKeeper/etc/ignore:
      added storage/maria/unittest/t...
    df843c4c
ma_test2.c 35.4 KB