1. 17 Jun, 2014 1 commit
  2. 16 Jun, 2014 1 commit
  3. 11 Jun, 2014 1 commit
  4. 10 Jun, 2014 1 commit
  5. 05 Jun, 2014 4 commits
  6. 04 Jun, 2014 3 commits
  7. 03 Jun, 2014 5 commits
  8. 02 Jun, 2014 5 commits
  9. 01 Jun, 2014 1 commit
  10. 31 May, 2014 2 commits
  11. 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
  12. 28 May, 2014 1 commit
  13. 27 May, 2014 2 commits
  14. 28 May, 2014 2 commits
  15. 11 May, 2014 1 commit
  16. 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
  17. 27 May, 2014 1 commit
  18. 22 May, 2014 1 commit
  19. 21 May, 2014 1 commit
  20. 17 May, 2014 1 commit
    • Michael Widenius's avatar
      MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK TABLE" · a55c1594
      Michael Widenius authored
      - Fixed bug that we where using wrong checksum algorithm when using VARCHAR with fixed lenth rows
      - Ensure in myisampack that HA_OPTION_NULL_FIELDS is set for tables with null fields.
      
      mysql-test/r/myisampack.result:
        Updated results
      mysql-test/t/myisampack.test:
        Added more tests
      storage/myisam/mi_open.c:
        Use correct checksum algorithm when we have VARCHAR fields with fixed length records
      storage/myisam/myisampack.c:
        Ensure HA_OPTION_NULL_FIELDS is set for tables with null fields.
        (This was not set by default for not compressed tables without checksums to keep MyISAM tables compatible with MySQL)
      a55c1594
  21. 12 May, 2014 1 commit
  22. 09 May, 2014 1 commit
  23. 08 May, 2014 1 commit
  24. 07 May, 2014 1 commit