1. 20 Feb, 2014 1 commit
    • Sergei Golubchik's avatar
      MDEV-5698 Using ORDER BY in a FederatedX table is abnormally slow · e840d323
      Sergei Golubchik authored
      In ::position() federated needs to know an element before the
      current ("data_cursor") in the single-linked list. Replace list
      traversal for every ::position() call (which is O(n^2)) with remembering
      the current element before it's advanced by mysql_fetch_row().
      
      storage/federatedx/federatedx_io_mysql.cc:
        mdev:5698
      e840d323
  2. 19 Feb, 2014 5 commits
  3. 17 Feb, 2014 9 commits
  4. 18 Feb, 2014 1 commit
  5. 17 Feb, 2014 7 commits
  6. 14 Feb, 2014 6 commits
  7. 13 Feb, 2014 7 commits
  8. 12 Feb, 2014 2 commits
  9. 11 Feb, 2014 2 commits