MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Classes | |
class | PFS_engine_table |
struct | PFS_engine_table_share |
class | PFS_readonly_acl |
class | PFS_truncatable_acl |
class | PFS_updatable_acl |
class | PFS_editable_acl |
class | PFS_unknown_acl |
struct | PFS_simple_index |
struct | PFS_double_index |
struct | PFS_triple_index |
Typedefs | |
typedef PFS_engine_table *(* | pfs_open_table_t )(void) |
typedef int(* | pfs_write_row_t )(TABLE *table, unsigned char *buf, Field **fields) |
typedef int(* | pfs_delete_all_rows_t )(void) |
typedef ha_rows(* | pfs_get_row_count_t )(void) |
Functions | |
bool | pfs_show_status (handlerton *hton, THD *thd, stat_print_fn *print, enum ha_stat_type stat) |
Variables | |
PFS_readonly_acl | pfs_readonly_acl |
PFS_truncatable_acl | pfs_truncatable_acl |
PFS_updatable_acl | pfs_updatable_acl |
PFS_editable_acl | pfs_editable_acl |
PFS_unknown_acl | pfs_unknown_acl |
Performance schema tables (declarations).
Definition in file pfs_engine_table.h.