414
415
/* Fill table with data */
415
416
int (*fill_table) (Session *session, TableList *tables, COND *cond);
416
417
/* Handle fileds for old SHOW */
418
419
int (*process_table) (Session *session, TableList *tables, Table *table,
419
420
bool res, LEX_STRING *db_name, LEX_STRING *table_name);
420
421
int idx_field1, idx_field2;