diff options
author | unknown <patg@radha.local> | 2005-08-26 03:14:56 +0200 |
---|---|---|
committer | unknown <patg@radha.local> | 2005-08-26 03:14:56 +0200 |
commit | 7b8ab0e1cff25108f3b044189db879fd39073290 (patch) | |
tree | 93834fa5c7e05eca29bf91bc1c29d228f8a275fb /sql/ha_blackhole.h | |
parent | 8ec12a86866f01a5c3333a44c2d697669b5dd2f6 (diff) | |
parent | 586dda71ff5d0bef8162189f21bf67efe04253f5 (diff) | |
download | mariadb-git-7b8ab0e1cff25108f3b044189db879fd39073290.tar.gz |
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.1
into radha.local:/Users/patg/mysql-build/mysql-4.1
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, |