Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080).

storage/maria/CMakeLists.txt:
  Added files of service thread framework.
storage/maria/Makefile.am:
  Added files of service thread framework.
storage/maria/ma_checkpoint.c:
  Separated service thread framework.
storage/maria/ma_servicethread.c:
  Added files of service thread framework.
storage/maria/ma_servicethread.h:
  Added files of service thread framework.
This commit is contained in:
unknown 2009-01-12 21:27:02 +02:00
commit 08d61de720
5 changed files with 175 additions and 56 deletions

View file

@ -43,7 +43,7 @@ SET(MARIA_SOURCES ma_init.c ma_open.c ma_extra.c ma_info.c ma_rkey.c
ma_sp_key.c ma_control_file.c ma_loghandler.c
ma_pagecache.c ma_pagecaches.c
ma_checkpoint.c ma_recovery.c ma_commit.c ma_pagecrc.c
ha_maria.h maria_def.h ma_recovery_util.c
ha_maria.h maria_def.h ma_recovery_util.c ma_servicethread.c
)
IF(NOT SOURCE_SUBLIBS)