Commit 2cb24612 authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

lock0lock.h:

  Rename lock_table_exclusive to lock_is_table_exclusive
  (somehow this change was omitted from last changeset)
parent d365446f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment