Kaydet (Commit) 99740696 authored tarafından Tim Graham's avatar Tim Graham

Fixed #16882 - Clarified why one should not use 'init_command' after initial database creation.

üst c68f4c51
......@@ -335,7 +335,9 @@ storage engine, you have a couple of options.
}
This sets the default storage engine upon connecting to the database.
After your tables have been created, you should remove this option.
After your tables have been created, you should remove this option as it
adds a query that is only needed during table creation to each database
connection.
* Another method for changing the storage engine is described in
AlterModelOnSyncDB_.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment