summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
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 fe896a50c4f..e10795c4d9d 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -532,7 +532,7 @@ public:
*/
ulonglong current_insert_id;
ulonglong limit_found_rows;
- ha_rows select_limit, offset_limit, cuted_fields,
+ ha_rows cuted_fields,
sent_row_count, examined_row_count;
table_map used_tables;
USER_CONN *user_connect;