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:
@ -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;
|
||||
|
Reference in New Issue
Block a user