diff options
author | msvensson@devsrv-b.mysql.com <> | 2006-02-28 11:17:40 +0100 |
---|---|---|
committer | msvensson@devsrv-b.mysql.com <> | 2006-02-28 11:17:40 +0100 |
commit | f2444c50fc45a509d3fce61323b272acac0b3aef (patch) | |
tree | 213fe06b059798792c4838652be50d0d2c9915fe /sql/ha_federated.h | |
parent | a77cc69e6203b03f6a43c874b6e8e5f5b0797ccb (diff) | |
download | mariadb-git-f2444c50fc45a509d3fce61323b272acac0b3aef.tar.gz |
Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID
- Always make rnd_pos reposition the cursor in the fetched result set.
Diffstat (limited to 'sql/ha_federated.h')
-rw-r--r-- | sql/ha_federated.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_federated.h b/sql/ha_federated.h index 08203d7e51d..cafd1fe59a5 100644 --- a/sql/ha_federated.h +++ b/sql/ha_federated.h @@ -153,7 +153,6 @@ class ha_federated: public handler FEDERATED_SHARE *share; /* Shared lock info */ MYSQL *mysql; /* MySQL connection */ MYSQL_RES *stored_result; - bool scan_flag; uint ref_length; uint fetch_num; // stores the fetch num MYSQL_ROW_OFFSET current_position; // Current position used by ::position() |