1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Added sql_alloc.h

- Moved declaration of Sql_alloc from Sql_list.h as they are independent
  structures.
This commit is contained in:
Michael Widenius
2017-06-18 08:43:55 +03:00
committed by Sergei Golubchik
parent 828602356c
commit 1ed605e490
7 changed files with 66 additions and 50 deletions

View File

@@ -21,7 +21,7 @@
#pragma interface /* gcc class implementation */
#endif
#include "sql_list.h" /* Sql_alloc */
#include "sql_alloc.h" /* Sql_alloc */
#include "my_rnd.h" /* rand_struct */
class SQL_CRYPT :public Sql_alloc