summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-10-06 12:45:30 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2005-10-06 12:45:30 +0200
commitaf01997db319d6b110e5176047423bc06c0a5ddc (patch)
tree1dbd7bf825de1a8702f11cf4f4b842b1f7bf6a24 /sql/ha_partition.h
parentd04832d195aba5badc42310eaa69c628a4a183bd (diff)
downloadmariadb-git-af01997db319d6b110e5176047423bc06c0a5ddc.tar.gz
merge
storage/ndb/tools/ndb_size.pl: Rename: ndb/tools/ndb_size.pl -> storage/ndb/tools/ndb_size.pl storage/ndb/tools/ndb_size.tmpl: Rename: ndb/tools/ndb_size.tmpl -> storage/ndb/tools/ndb_size.tmpl
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 858bf09ecaa..841719bddf4 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -228,7 +228,7 @@ public:
When table is locked a statement is started by calling start_stmt
instead of external_lock
*/
- virtual int start_stmt(THD * thd);
+ virtual int start_stmt(THD * thd, thr_lock_type lock_type);
/*
Lock count is number of locked underlying handlers (I assume)
*/