• unknown's avatar
    WL#3270 "Maria - cleanups of inherited MyISAM functionality" · 157002b1
    unknown authored
    Removing the "external lock" functionality from Maria (as two separate processes wanting to share a table
    should not only my_lock() the data and index files but also the log files, and share memory
    (as the latest data is in the page cache), it sounds useless to feature this).
    Removing the MyISAM logging from Maria (as REDO logging will be done differently).
    
    
    BitKeeper/deleted/.del-maria_log.c~1fb295a18c3f5d4c:
      Delete: storage/maria/maria_log.c
    BitKeeper/deleted/.del-ma_log.c~4a44ec11d547772f:
      Delete: storage/maria/ma_log.c
    include/maria.h:
      unneeded
    storage/maria/Makefile.am:
      log removed
    storage/maria/ma_check.c:
      external locking removed
    storage/maria/ma_close.c:
      log removed
    storage/maria/ma_delete.c:
      log removed
    storage/maria/ma_delete_all.c:
      log removed. Unused var.
    storage/maria/ma_dynrec.c:
      external locking removed
    storage/maria/ma_extra.c:
      log removed
    storage/maria/ma_init.c:
      log removed
    storage/maria/ma_locking.c:
      external locking removed, log removed
    storage/maria/ma_open.c:
      external locking removed, log removed
    storage/maria/ma_static.c:
      log removed
    storage/maria/ma_statrec.c:
      external locking removed
    storage/maria/ma_test2.c:
      log removed
    storage/maria/ma_test3.c:
      log removed
    storage/maria/ma_update.c:
      log removed
    storage/maria/ma_write.c:
      external locking removed, log removed
    storage/maria/maria_chk.c:
      external locking removed
    storage/maria/maria_def.h:
      log removed, maria_pid unused.
    storage/maria/maria_pack.c:
      fixes for warnings (where pointers are like ulong and so %u is not enough).
    157002b1
ma_delete.c 28.6 KB