1. 09 Apr, 2013 39 commits
  2. 07 Apr, 2013 1 commit
    • Sergei Golubchik's avatar
      find_files(): don't sort files in my_dir(), sort table names · 2a9662b4
      Sergei Golubchik authored
      after all engines have discovered their tables
        
      side effect: correct alphabetical sorting as in ORDER BY ... COLLATE utf8_bin,
      information_schema is no longer the first after find_files(),
      tables like #mysql50#zzz are sorted first (as per table name),
      not last (as per file name zzz).
      2a9662b4