Bug #10342 | disable keys for all tables | ||
---|---|---|---|
Submitted: | 3 May 2005 16:37 | Modified: | 3 May 2005 16:46 |
Reporter: | Jacek Becla | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[3 May 2005 16:37]
Jacek Becla
[3 Oct 2008 19:10]
Konstantin Osipov
Workaround: use a small stored procedure with Dynamic SQL. Select from INFORMATION_SCHEMA.TABLES where schema_name=db, for each selected table run PREPARE stmt, EXECUTE stmt;
[3 Oct 2008 19:11]
Konstantin Osipov
Needs new triage, provided a workaround.