mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Remove a constant parameter commit=false
This commit is contained in:
parent
3c4cff3357
commit
d6f857ddbc
8 changed files with 10 additions and 27 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue