Remove a constant parameter commit=false

This commit is contained in:
Marko Mäkelä 2017-10-02 11:27:53 +03:00
commit d6f857ddbc
8 changed files with 10 additions and 27 deletions

View file

@ -352,7 +352,6 @@ row_create_table_for_mysql(
(will be freed, or on DB_SUCCESS
added to the data dictionary cache) */
trx_t* trx, /*!< in/out: transaction */
bool commit, /*!< in: if true, commit the transaction */
fil_encryption_t mode, /*!< in: encryption mode */
uint32_t key_id) /*!< in: encryption key_id */
MY_ATTRIBUTE((warn_unused_result));