copy_into_history_archive  194 utils/hs_cleanup/hs_cleanup.c static int copy_into_history_archive(long ser_id, long obj_id, long seq_id, const char *tablename);
copy_into_history_archive  196 utils/hs_cleanup/hs_cleanup.c #define archive_history(ser_id, obj_id, seq_id) copy_into_history_archive(ser_id, obj_id, seq_id, "history")
copy_into_history_archive  197 utils/hs_cleanup/hs_cleanup.c #define archive_last(ser_id, obj_id, seq_id) copy_into_history_archive(ser_id, obj_id, seq_id, "last")