1. 10 Jun, 2014 2 commits
  2. 06 Jun, 2014 2 commits
  3. 05 Jun, 2014 4 commits
  4. 04 Jun, 2014 3 commits
  5. 03 Jun, 2014 5 commits
  6. 02 Jun, 2014 5 commits
  7. 01 Jun, 2014 1 commit
  8. 31 May, 2014 2 commits
  9. 30 May, 2014 2 commits
    • 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
    • Nirbhay Choubey's avatar
  10. 28 May, 2014 1 commit
  11. 27 May, 2014 2 commits
  12. 28 May, 2014 2 commits
  13. 27 May, 2014 2 commits
  14. 25 May, 2014 2 commits
  15. 12 May, 2014 1 commit
  16. 11 May, 2014 1 commit
  17. 08 May, 2014 1 commit
    • Nirbhay Choubey's avatar
      MDEV#6206: wsrep_slave_threads subtracts from max_connections · 00b6fff2
      Nirbhay Choubey authored
      Decoupled wsrep thread count from connection count. By doing so,
      the number of wsrep threads (applier/rollbacker) would no longer
      affect the threads_connected status variable and thus maximum
      allowable user connections limit would be @@max_connections.
      
      Also introduced a new status variable 'wsrep_thread_count' to hold
      the number of wsrep applier/rollbacker threads.
      
      Added a test case.
      00b6fff2
  18. 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
  19. 27 May, 2014 1 commit