USE accounting;
SET autocommit=0;
DELETE FROM cdr_tag WHERE type IN ('header=History-Info');
COMMIT;