Sticking with SQL naming, this method should be called "alter". That is:
int WT_SESSION::alter(WT_SESSION *session, const char *uri, const char *config)
The supported configuration strings should be a subset of those permitted by WT_SESSION::create.
- is duplicated by
-
WT-2681 Add ability to change configuration options on tables
- Closed