Commit cb575abf authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-10296 - Multi-instance table cache

Some compilers are unhappy about mixed struct/class declarations.
parent 0d88b97e
......@@ -1023,7 +1023,7 @@ struct TABLE
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment