diff options
author | unknown <marko@hundin.mysql.fi> | 2004-11-30 23:10:17 +0200 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-11-30 23:10:17 +0200 |
commit | 1983ff72777b4030331e0f0da94c9a2539cf87bc (patch) | |
tree | 287f9a6dbf6980e7b618b9251a9e28287789e8ef /innobase/include | |
parent | 99e69f2660dde2d01f198670274221328c19a43c (diff) | |
download | mariadb-git-1983ff72777b4030331e0f0da94c9a2539cf87bc.tar.gz |
lock0lock.h:
Rename lock_table_exclusive to lock_is_table_exclusive
(somehow this change was omitted from last changeset)
innobase/include/lock0lock.h:
Rename lock_table_exclusive to lock_is_table_exclusive
(somehow this change was omitted from last changeset)
Diffstat (limited to 'innobase/include')
-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 */ |