Skip to content

Commit

Permalink
[1.4.X] Fixed #16882 - Clarified why one should not use 'init_command…
Browse files Browse the repository at this point in the history
…' after initial database creation.

Backport of 9974069 from master
  • Loading branch information
timgraham committed Jul 1, 2012
1 parent 32bd77d commit 8bea1a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ref/databases.txt
Expand Up @@ -342,7 +342,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_.
Expand Down

0 comments on commit 8bea1a7

Please sign in to comment.