summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorgluh@eagle.(none) <>2007-10-23 19:08:21 +0500
committergluh@eagle.(none) <>2007-10-23 19:08:21 +0500
commit17acda6ca896d94b9516fee9c5f0a588e69cb1a2 (patch)
tree6a0f011ed453ad26ca914c42a6e2e8e45ce6b3ce /sql/sql_class.h
parent3f33002fc46da86d735710af3620f9eab65b1803 (diff)
parent331ee71261dfc86cd8ab05242c3dd0420dfb53c5 (diff)
downloadmariadb-git-17acda6ca896d94b9516fee9c5f0a588e69cb1a2.tar.gz
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 97a63ed9448..c286a87653c 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -2107,7 +2107,7 @@ class select_insert :public select_result_interceptor {
ulonglong autoinc_value_of_last_inserted_row; // autogenerated or not
COPY_INFO info;
bool insert_into_view;
-
+ bool is_bulk_insert_mode;
select_insert(TABLE_LIST *table_list_par,
TABLE *table_par, List<Item> *fields_par,
List<Item> *update_fields, List<Item> *update_values,