Skip to content

Commit cb575ab

Browse files
committed
MDEV-10296 - Multi-instance table cache
Some compilers are unhappy about mixed struct/class declarations.
1 parent 0d88b97 commit cb575ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ struct TABLE
10231023
TABLE *share_all_next, **share_all_prev;
10241024
TABLE *global_free_next, **global_free_prev;
10251025
friend struct All_share_tables;
1026-
friend class Table_cache_instance;
1026+
friend struct Table_cache_instance;
10271027

10281028
public:
10291029

0 commit comments

Comments
 (0)