239
239
cached_table_flags= table_flags();
241
242
/* ha_ methods: pubilc wrappers for private virtual API */
243
244
int ha_open(Table *table, const char *name, int mode, int test_if_locked);
274
251
/* this is necessary in many places, e.g. in HANDLER command */
281
256
These functions represent the public interface to *users* of the
282
257
handler class, hence they are *not* virtual. For the inheritance