Browse Source

MDEV-10296 - Multi-instance table cache

Some compilers are unhappy about mixed struct/class declarations.
pull/247/head
Sergey Vojtovich 9 years ago
parent
commit
cb575abf76
  1. 2
      sql/table.h

2
sql/table.h

@ -1023,7 +1023,7 @@ private:
TABLE *share_all_next, **share_all_prev;
TABLE *global_free_next, **global_free_prev;
friend struct All_share_tables;
friend class Table_cache_instance;
friend struct Table_cache_instance;
public:

Loading…
Cancel
Save