summaryrefslogtreecommitdiff
path: root/innobase/include/row0mysql.h
diff options
context:
space:
mode:
authorunknown <brian@avenger.(none)>2004-11-30 13:42:19 -0800
committerunknown <brian@avenger.(none)>2004-11-30 13:42:19 -0800
commit1e1654fe2178f55c1a50cdc44c7a414001db20b2 (patch)
tree049e84f3b4333ee6c04df35ab987e538c1d8bfbd /innobase/include/row0mysql.h
parentf299ff85b5c46d3cc81c668ee750fe257f138633 (diff)
parentb5622875aa821aba89824fb101ce6b6c8ea80e35 (diff)
downloadmariadb-git-1e1654fe2178f55c1a50cdc44c7a414001db20b2.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
into avenger.(none):/export/brian/mysql/merge/5.0 innobase/include/row0mysql.h: Auto merged sql/ha_innodb.cc: Auto merged
Diffstat (limited to 'innobase/include/row0mysql.h')
-rw-r--r--innobase/include/row0mysql.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/row0mysql.h b/innobase/include/row0mysql.h
index ce86efa2fc7..c23a0e025ad 100644
--- a/innobase/include/row0mysql.h
+++ b/innobase/include/row0mysql.h
@@ -177,10 +177,12 @@ row_lock_table_for_mysql(
/* out: error code or DB_SUCCESS */
row_prebuilt_t* prebuilt, /* in: prebuilt struct in the MySQL
table handle */
- dict_table_t* table); /* in: table to LOCK_IX, or NULL
+ dict_table_t* table, /* in: table to lock, or NULL
if prebuilt->table should be
locked as LOCK_TABLE_EXP |
prebuilt->select_lock_type */
+ ulint mode); /* in: lock mode of table */
+
/*************************************************************************
Does an insert for MySQL. */