mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
quick fix for found row counter
code cleunup sql/sql_class.h: removed unused variables sql/sql_union.cc: quick fix for found row counter layout fixed sql/sql_update.cc: lelect_limit in THD is not used
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user