summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
authormsvensson@devsrv-b.mysql.com <>2006-02-28 11:17:40 +0100
committermsvensson@devsrv-b.mysql.com <>2006-02-28 11:17:40 +0100
commitf2444c50fc45a509d3fce61323b272acac0b3aef (patch)
tree213fe06b059798792c4838652be50d0d2c9915fe /sql/ha_federated.h
parenta77cc69e6203b03f6a43c874b6e8e5f5b0797ccb (diff)
downloadmariadb-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.h1
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()