An error occurred fetching the project authors.
  1. 03 Feb, 2011 1 commit
    • unknown's avatar
      MWL#89 · 090b4a10
      unknown authored
      Adjusted test cases in accordance with the implementation.
      090b4a10
  2. 30 Dec, 2010 1 commit
  3. 29 Dec, 2010 1 commit
  4. 02 Nov, 2010 1 commit
  5. 27 Oct, 2010 1 commit
  6. 31 Aug, 2010 1 commit
  7. 17 Jul, 2010 1 commit
    • Sergey Petrunya's avatar
      DS-MRR support improvements (MWL#123, MWL#124, MWL#125) · ef125b51
      Sergey Petrunya authored
      - Lots of TODO comments
      - add mrr_sort_keys flag to @@optimizer_switch
      - [from Igor] SQL layer part passes HA_MRR_MATERIALIZED_KEYS flag
      - Don't call rnd_pos() many times in a row if sorted rowid buffer
        has the same rowid value for multiple consequive (rowid, range_id) pairs.
      ef125b51
  8. 16 Jul, 2010 1 commit
    • Sergey Petrunya's avatar
      Fix @@optimizer_switch support · aed88ae2
      Sergey Petrunya authored
      - Let "mysqld  --help --verbose" list all optimizer options
      - Make it possible to add new @@optimizer_switch flags w/o causing .result 
        changes all over the testsuite:
        = Remove "select @@optimizer_switch" from tests that do not need all switches
        = Move @@optimizer_switch-specific tests to t/optimizer_switch.test
      aed88ae2