From 11b652dda0fb2d7c348ba43f7b0e589b4c0edb85 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 May 2002 15:26:47 +0300 Subject: Fixed a bug with big result sets and UNION's BitKeeper/etc/ignore: Added mysys/getopt.c mysys/getopt1.c to the ignore list --- sql/sql_class.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 31da5c53bf8..fe6a7e2ed69 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -182,7 +182,7 @@ typedef struct st_copy_info { ha_rows copied; ha_rows error; enum enum_duplicates handle_duplicates; - int escape_char; + int escape_char, errorno; } COPY_INFO; @@ -666,6 +666,7 @@ class select_union :public select_result { TABLE *table; COPY_INFO info; uint save_time_stamp; + TMP_TABLE_PARAM *tmp_table_param; select_union(TABLE *table_par); ~select_union(); -- cgit v1.2.1