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:
committed by
Sergei Golubchik
parent
828602356c
commit
1ed605e490
@@ -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
|
||||
|
Reference in New Issue
Block a user