summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-03 10:15:14 +0200
committerbell@sanja.is.com.ua <>2002-11-03 10:15:14 +0200
commit43073630790990ffd6d1b6e970f8e6d3698663ea (patch)
treefeab8ca130dab7caf8716a9f1f3dac2c75847e17 /sql/ha_berkeley.h
parente65fd5d5743a44fdc78739e58ae605788a5a263f (diff)
downloadmariadb-git-43073630790990ffd6d1b6e970f8e6d3698663ea.tar.gz
new innodb query cache behaviour (recommit because of problem with 4.1 repository pushing)
fixed bug in quqry cache dbd transaction processing
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r--sql/ha_berkeley.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h
index 198664d0c06..06776240751 100644
--- a/sql/ha_berkeley.h
+++ b/sql/ha_berkeley.h
@@ -164,6 +164,7 @@ class ha_berkeley: public handler
}
longlong get_auto_increment();
void print_error(int error, myf errflag);
+ uint8 table_cache_type() { return HA_CACHE_TBL_TRANSACT; }
};
extern bool berkeley_skip, berkeley_shared_data;