提交 fabc1c3a authored 作者: Thomas Mueller's avatar Thomas Mueller

Support DEFAULT_TABLE_ENGINE

上级 acd8fe99
......@@ -312,6 +312,13 @@ public class DbSettings extends SettingsBase {
*/
public final boolean shareLinkedConnections = get("SHARE_LINKED_CONNECTIONS", true);
/**
* Database setting <code>DEFAULT_TABLE_ENGINE</code>
* (default: null).<br />
* The default table engine to use for new tables.
*/
public String defaultTableEngine = get("DEFAULT_TABLE_ENGINE", null);
private DbSettings(HashMap<String, String> s) {
super(s);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论