1. 22 Jul, 2014 1 commit
    • Sergey Petrunya's avatar
      MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, InnoDB · 07c0b1d8
      Sergey Petrunya authored
      - Filesort has an optmization where it reads only columns that are 
        needed before the sorting is done.
      - When ref(_or_null) is picked by the join optimizer, it may remove parts
        of WHERE clause that are guaranteed to be true.
      - However, if we use quick select, we must put all of the range columns into the 
        read set. Not doing so will may cause us to fail to detect the end of the range.
      07c0b1d8
  2. 15 Jul, 2014 1 commit
  3. 08 Jul, 2014 1 commit
  4. 04 Jul, 2014 3 commits
  5. 30 Jun, 2014 1 commit
  6. 18 Jun, 2014 1 commit
  7. 17 Jun, 2014 2 commits
  8. 16 Jun, 2014 1 commit
  9. 11 Jun, 2014 1 commit
  10. 10 Jun, 2014 1 commit
  11. 05 Jun, 2014 4 commits
  12. 04 Jun, 2014 3 commits
  13. 03 Jun, 2014 5 commits
  14. 02 Jun, 2014 5 commits
  15. 01 Jun, 2014 1 commit
  16. 31 May, 2014 2 commits
  17. 30 May, 2014 1 commit
    • Sergei Golubchik's avatar
      MDEV-5485 Minor man pages formatting issues · de8cb7a1
      Sergei Golubchik authored
      MDEV-6281 Typo in mysql_install_db scripts
      and collateral changes:
      
      * remove mysql_tableinfo.1 and references to it (there's no mysql_tableinfo)
      * for debian: create manpages for mysqlrepair, mysqlanalyze, mysqloptimize
        (as symlinks for mysqlcheck.1, just as executables are symlinks to mysqlcheck)
      * remove mysqlmanager.8 and references to it
      * correct "very long line" error in mysqladmin.1
      * simplify and fix table formatting in mysqlbinlog.1 and mysqldump.1
      * fix a typo in the help text in mysql_install_db
      * aria_chk: say "for Linux on x86_64", like other tools do
        (not "for Linux at x86_64")
      * add simple manpages for aria_* utilities
      de8cb7a1
  18. 28 May, 2014 1 commit
  19. 27 May, 2014 2 commits
  20. 28 May, 2014 2 commits
  21. 11 May, 2014 1 commit