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

@ -27,9 +27,6 @@
#include "sql_string.h"
#ifdef MYSQL_CLIENT
#error Attempt to use server-side sql_string on client. Use client/sql_string.cc
#endif
/*****************************************************************************
** String functions
*****************************************************************************/