• unknown's avatar
    Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID · 701b6991
    unknown authored
     - Always make rnd_pos reposition the cursor in the fetched result set.
    
    
    mysql-test/r/federated.result:
      Update test result
    mysql-test/t/federated.test:
      Add test for bug#17377
    sql/ha_federated.cc:
      Remove the "scan_flag" variable. rnd_pos should always move to a new position in the result set. 
      The "scan" flag in rnd_init will protect from the old result set being 
      closed and a new fecthed. I think the "scan_flag" was added before check of the "scan" argument in rnd_init was added.
    sql/ha_federated.h:
      Remove class variable "scan_flag"
    701b6991
ha_federated.cc 80.4 KB