diff options
-rw-r--r-- | innobase/include/lock0lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/lock0lock.h b/innobase/include/lock0lock.h index ff5b6aae02e..1fd7492d517 100644 --- a/innobase/include/lock0lock.h +++ b/innobase/include/lock0lock.h @@ -483,8 +483,8 @@ transaction, i.e., transaction holds LOCK_IX and possibly LOCK_AUTO_INC on the table. */ ibool -lock_table_exclusive( -/*=================*/ +lock_is_table_exclusive( +/*====================*/ /* out: TRUE if table is only locked by trx, with LOCK_IX, and possibly LOCK_AUTO_INC */ dict_table_t* table, /* in: table */ |