USE accounting; SET autocommit=0; DELETE FROM cdr_tag WHERE type = 'balance_delta'; COMMIT;