mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Added sql_alloc.h
- Moved declaration of Sql_alloc from Sql_list.h as they are independent structures.
This commit is contained in:
parent
828602356c
commit
1ed605e490
7 changed files with 66 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue