1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

avoid using ndb tables in query cache

This commit is contained in:
bell@sanja.is.com.ua
2004-05-05 11:22:10 +03:00
parent ee627d2510
commit e9492cca05
5 changed files with 83 additions and 5 deletions

View File

@ -138,8 +138,10 @@
/* Table caching type */
#define HA_CACHE_TBL_NONTRANSACT 0
#define HA_CACHE_TBL_ASKTRANSACT 1
#define HA_CACHE_TBL_TRANSACT 2
#define HA_CACHE_TBL_NOCACHE 1
#define HA_CACHE_TBL_ASKTRANSACT 2
#define HA_CACHE_TBL_TRANSACT 4
enum db_type
{