summaryrefslogtreecommitdiff
path: root/sql/sql_load.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_load.h')
-rw-r--r--sql/sql_load.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_load.h b/sql/sql_load.h
index 8ff2f1ab8f3..8413d27805c 100644
--- a/sql/sql_load.h
+++ b/sql/sql_load.h
@@ -24,7 +24,7 @@ class Item;
class sql_exchange;
-int mysql_load(THD *thd, sql_exchange *ex, TABLE_LIST *table_list,
+int mysql_load(THD *thd, const sql_exchange *ex, TABLE_LIST *table_list,
List<Item> &fields_vars, List<Item> &set_fields,
List<Item> &set_values_list,
enum enum_duplicates handle_duplicates, bool ignore,