mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix for LOAD DATA to work with embedded library
libmysqld/lib_sql.cc: There's now one common SCRAMBLE_LENGTH sql/sql_load.cc: mysql_load fixed to work with embedded library sql/sql_parse.cc: LOAD DATA enabled for embedded library
This commit is contained in:
@ -34,7 +34,6 @@ static char inited, org_my_init_done;
|
||||
#include "../sql/mysqld.cc"
|
||||
#endif
|
||||
|
||||
#define SCRAMBLE_LENGTH 8
|
||||
C_MODE_START
|
||||
#include <mysql.h>
|
||||
#include "errmsg.h"
|
||||
|
Reference in New Issue
Block a user