diff options
author | unknown <patg@radha.local> | 2005-08-26 02:09:56 +0200 |
---|---|---|
committer | unknown <patg@radha.local> | 2005-08-26 02:09:56 +0200 |
commit | 586dda71ff5d0bef8162189f21bf67efe04253f5 (patch) | |
tree | 85c964ba2b07f18ffc1955f6f4a11fcf3d8432b5 /sql/ha_blackhole.h | |
parent | fc5aff7119ec2fb7505acb2917cd2020cbf4ee2b (diff) | |
download | mariadb-git-586dda71ff5d0bef8162189f21bf67efe04253f5.tar.gz |
ha_blackhole changes, same patch as http://lists.mysql.com/internals/27878, per brian
sql/ha_blackhole.cc:
Blackhole Lock changes to blackhole per Brian, reapplied
sql/ha_blackhole.h:
blackhold lock changes added per brian
Diffstat (limited to 'sql/ha_blackhole.h')
-rw-r--r-- | sql/ha_blackhole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_blackhole.h b/sql/ha_blackhole.h index 84a386e17f8..88715c62408 100644 --- a/sql/ha_blackhole.h +++ b/sql/ha_blackhole.h @@ -80,6 +80,7 @@ public: void position(const byte *record); void info(uint flag); int external_lock(THD *thd, int lock_type); + uint lock_count(void) const; int create(const char *name, TABLE *table_arg, HA_CREATE_INFO *create_info); THR_LOCK_DATA **store_lock(THD *thd, |