1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Less dependencies in include files

This commit is contained in:
Michael Widenius
2017-11-22 08:01:43 +02:00
parent 166056f744
commit 8a24be6e74
10 changed files with 11 additions and 16 deletions

View File

@ -258,4 +258,6 @@ public:
}
};
typedef Bounds_checked_array<Item*> Ref_ptr_array;
#endif /* SQL_ARRAY_INCLUDED */