WL#3241: Truncate table in MariaAffects: Maria-2.0 — Status: Un-Assigned — Priority: MediumTruncate table (Empty table form all data) MySQL does truncate by doing a create of an existing table (if table handler supports recreate). In some circumstanes MySQL does call a handler function 'delete_all_rows' to delete all rows, but still remember things like index statics and the last auto_increment value. Maria will initially support recreate of table and later, if needed, TRUNCATE is done as a normal CREATE (WL#3239) but with a flag in the No Comments yet |
VotesWatches0 members are watching this worklog
You must be logged in to track this worklog.
Provide Feedback
You must be logged in to comment
|