1. 11 Oct, 2014 2 commits
  2. 10 Oct, 2014 2 commits
  3. 09 Oct, 2014 1 commit
  4. 08 Oct, 2014 4 commits
  5. 07 Oct, 2014 11 commits
  6. 06 Oct, 2014 4 commits
  7. 10 Oct, 2014 3 commits
  8. 09 Oct, 2014 2 commits
  9. 06 Oct, 2014 1 commit
    • Sergey Petrunya's avatar
      MDEV-6442: Assertion `join->best_read < double(...)' failed with... · fd4c9af3
      Sergey Petrunya authored
      MDEV-6442: Assertion `join->best_read < double(...)' failed with optimizer_use_condition_selectivity >=3
      
      - Fix the crash by making get_column_range_cardinality() 
        to handle the special case where Column_stats objects 
        is an all-zeros object (the question of what is the point
        of having Field::read_stats point to such object remains a 
        mystery)
      
      - Added a few comments. Learning the code still.
      
      fd4c9af3
  10. 05 Oct, 2014 2 commits
    • Sergei Golubchik's avatar
      fix failing rpl.rpl_user_variables · 689ffe35
      Sergei Golubchik authored
      typo fixed. use correct constant.
      689ffe35
    • Sergei Golubchik's avatar
      fix main.mysqldump test failing after Mroonga merge. · 3050b290
      Sergei Golubchik authored
      mysqlimport had code for multi-threaded import. By mistake it was disabled for
      many years, at least since 5.5 (more likely even in 5.1), but mysqlimport happily
      accepted (and ignored) --use-threads option ever since.
      
      After Mroonga merge HAVE_LIBPTHREAD became defined and multi-threaded import
      suddenly came to life. As it exit() the program brutally on any error (never mind
      that some import threads may be running) mysys rightfully complains. Safemalloc
      complains too in debug builds.
      
      Fix: don't try a clean exit on an error, don't shutdown mysys and tell safemalloc
      to shut up. Yes, and remove #ifdef HAVE_LIBPTHREAD, since 5.5 the client library
      is always multi-threaded.
      3050b290
  11. 04 Oct, 2014 3 commits
  12. 03 Oct, 2014 3 commits
  13. 02 Oct, 2014 2 commits