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

always use sql/sql_string.* files, never - client/sql_string.*

This commit is contained in:
Sergei Golubchik
2011-12-15 19:28:38 +01:00
parent 505a601821
commit b86ba751da
6 changed files with 3 additions and 8 deletions

View File

@ -26,10 +26,6 @@
#include "my_sys.h" /* alloc_root, my_free, my_realloc */
#include "m_string.h" /* TRASH */
#ifdef MYSQL_CLIENT
#error Attempt to use server-side sql_string on client. Use client/sql_string.h
#endif
class String;
typedef struct st_io_cache IO_CACHE;
typedef struct st_mem_root MEM_ROOT;