diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-08-20 21:57:37 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-08-20 21:57:37 +0300 |
commit | 811ed77e5f932191a85687dd1bb4803eb0717951 (patch) | |
tree | 7b9378fe510e0437979eda56e663adc0d9e33534 /sql/sql_class.h | |
parent | 11af1f3c9cd7545391171db5831ac5a7e3a8910a (diff) | |
download | mariadb-git-811ed77e5f932191a85687dd1bb4803eb0717951.tar.gz |
quick fix for found row counter
code cleunup
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
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; |