3253
3253
We inherited this from MySQL. TODO: fix it to issue a propper truncate
3254
3254
of the table (though that may not be completely right sematics).
3257
share->db.str,"`.`",share->table_name.str,"`", NULL);
3257
end+= sprintf(query, "DELETE FROM `%s`.`%s`", share->db.str,
3258
3259
(void)replicator_statement(session, query, (size_t)(end - query));