Ticket #154 (closed defect: fixed)
SQLite doesn't have the OPTIMIZE TABLE statement
| Reported by: | rickc | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | Habari Core Software | Version: | SVN |
| Keywords: | sqlite, mysql, spam | Cc: | rick |
Description
Habari calls the MySQL OPTIMIZE TABLE statement after a mass delete of spam.SQLite doesn't have this statement, but it does have a VACUUM statement that defragments and shrinks the entire database. This patch should create a replacement.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
