Actions
Feature #17159
closedchanging database engine on existing tables
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2007-03-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.1
Tags:
Complexity:
Sprint Focus:
Description
It's currently not possible to change the database engine to i.e. type=innodb on existing tables from extensions.
I'd propose to allow ext_tables.sql dosen't omit the "TYPE=InnoDB" and makes an alter table statement instead.
(issue imported from #M5306)
Updated by Chris topher over 14 years ago
Resolved, not reproducable with current trunk.
Tables with wrong engine are recognized and changed correctly.
Actions