1
0
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:
unknown
2003-09-06 18:50:30 +05:00
parent 6f607d3aa6
commit 1496610d1c
3 changed files with 25 additions and 10 deletions

View File

@ -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"