1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -17,12 +17,12 @@
#ifndef SQL_ERROR_H
#define SQL_ERROR_H
#include "sql_list.h" /* Sql_alloc, MEM_ROOT */
#include "m_string.h" /* LEX_STRING */
#include "sql_string.h" /* String */
#include "sql_plist.h" /* I_P_List */
#include "mysql_com.h" /* MYSQL_ERRMSG_SIZE */
#include "my_time.h" /* MYSQL_TIME */
#include "sql_list.h" /* Sql_alloc, MEM_ROOT, list */
#include "m_string.h" /* LEX_STRING */
#include "sql_string.h" /* String */
#include "sql_plist.h" /* I_P_List */
#include "mysql_com.h" /* MYSQL_ERRMSG_SIZE */
#include "my_time.h" /* MYSQL_TIME */
#include "decimal.h"
class THD;