diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-25 18:56:10 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-25 18:56:10 +0000 |
commit | e57726b98edda0fb151a38ea083ab9a1ffbd6266 (patch) | |
tree | eedbc30e578a84734260cb60ae45640c069fb5e2 /sql/sql_cache.h | |
parent | e5900ac292f3841d4cb32987a7d8cb58f6c70ba2 (diff) | |
download | mariadb-git-e57726b98edda0fb151a38ea083ab9a1ffbd6266.tar.gz |
removed special ndb query cache variable
ndb will always return query cache type ASKTRANSACT
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index 9ab9b7cc549..7595bfbbd54 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -422,7 +422,6 @@ protected: }; extern Query_cache query_cache; -extern TYPELIB ndb_query_cache_type_typelib; extern TYPELIB query_cache_type_typelib; void query_cache_end_of_result(THD *thd); void query_cache_abort(NET *net); |