1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

quick fix for found row counter

code cleunup
This commit is contained in:
bell@laptop.sanja.is.com.ua
2003-08-20 21:57:37 +03:00
parent 11af1f3c9c
commit 811ed77e5f
3 changed files with 17 additions and 12 deletions

View File

@ -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;