1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Cleanup ha_checktype() and redundant variables.

This commit is contained in:
acurtis@pcgem.rdg.cyberkinetica.com
2004-03-02 10:08:50 +00:00
parent 7f3771bc76
commit 0a27eef814
10 changed files with 40 additions and 70 deletions

View File

@ -190,7 +190,6 @@ class ha_innobase: public handler
uint8 table_cache_type() { return HA_CACHE_TBL_ASKTRANSACT; }
};
extern bool innodb_skip;
extern uint innobase_init_flags, innobase_lock_type;
extern uint innobase_flush_log_at_trx_commit;
extern ulong innobase_cache_size;