Revision 4992
Added by Aaron Marcuse-Kubitza about 12 years ago
sql_io.py | ||
---|---|---|
39 | 39 |
db.log_debug('Caught exception: '+exc.str_(e)) |
40 | 40 |
col, = e.cols |
41 | 41 |
sql.drop_not_null(db, col) |
42 |
|
|
43 |
db.log_debug('Vacuuming and reanalyzing table', level=1.5) |
|
44 |
sql.vacuum(db, table) |
|
42 | 45 |
|
43 | 46 |
##### Error tracking |
44 | 47 |
|
Also available in: Unified diff
sql_io.py: cleanup_table(): Also vacuum and reanalyze table