1. 04 Jul, 2014 2 commits
  2. 30 Jun, 2014 1 commit
  3. 18 Jun, 2014 1 commit
  4. 17 Jun, 2014 2 commits
  5. 16 Jun, 2014 1 commit
  6. 11 Jun, 2014 1 commit
  7. 10 Jun, 2014 1 commit
  8. 05 Jun, 2014 4 commits
  9. 04 Jun, 2014 3 commits
  10. 03 Jun, 2014 5 commits
  11. 02 Jun, 2014 5 commits
  12. 01 Jun, 2014 1 commit
  13. 31 May, 2014 2 commits
  14. 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
  15. 28 May, 2014 1 commit
  16. 27 May, 2014 2 commits
  17. 28 May, 2014 2 commits
  18. 11 May, 2014 1 commit
  19. 06 May, 2014 1 commit
    • Sergey Vojtovich's avatar
      MDEV-6083 - Assertion `! (&(&LOCK_open)->m_mutex)->count || · 5506768c
      Sergey Vojtovich authored
                  ! pthread_equal(pth read_self(), (&(&LOCK_open)->m_mutex)->thread)'
                  fails in intern_sys_var_ptr on server shutdown after uninstalling
                  TokuDB plugin at runtime
      
      This assertion was introduced by patch for MDEV-5089 to ensure proper lock order
      among LOCK_open and LOCK_global_system_variables: LOCK_open must not be held
      while acquiring LOCK_global_system_variables.
      
      intern_sys_var_ptr() may be called while freeing storage engine variables with
      PLUGIN_VAR_MEMALLOC flag (when destroying table share after storage engine was
      uninstalled). In this case LOCK_open is held, which is harmless because we need
      global value pointer and thus won't acquire LOCK_global_system_variables.
      
      Relaxed assertion so it is valid only for session variables.
      5506768c
  20. 27 May, 2014 1 commit
  21. 22 May, 2014 1 commit
  22. 21 May, 2014 1 commit