1. 20 Oct, 2014 1 commit
  2. 16 Oct, 2014 2 commits
  3. 13 Oct, 2014 1 commit
  4. 12 Oct, 2014 2 commits
  5. 11 Oct, 2014 2 commits
  6. 10 Oct, 2014 5 commits
  7. 09 Oct, 2014 3 commits
  8. 08 Oct, 2014 4 commits
  9. 07 Oct, 2014 11 commits
  10. 06 Oct, 2014 5 commits
  11. 10 Oct, 2014 1 commit
  12. 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
  13. 04 Oct, 2014 1 commit