diff options
author | hf@deer.(none) <> | 2003-09-06 18:50:30 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-09-06 18:50:30 +0500 |
commit | c7297eba3eb34fbad81bfb16aa9ee55dfde0c770 (patch) | |
tree | 6d41feb72c719e06fb94c658553a09abdee65fe7 /libmysqld | |
parent | 548d7dc948607e8ac228463f42c161aa50288086 (diff) | |
download | mariadb-git-c7297eba3eb34fbad81bfb16aa9ee55dfde0c770.tar.gz |
Fix for LOAD DATA to work with embedded library
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/lib_sql.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc index 05c36f353fd..00ec550273c 100644 --- a/libmysqld/lib_sql.cc +++ b/libmysqld/lib_sql.cc @@ -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" |