1. 22 Jul, 2014 1 commit
    • Nirbhay Choubey's avatar
      MDEV-4647: Crash on setting wsep system variables to default · 7b69cab8
      Nirbhay Choubey authored
      The variables' ON_CHECK functions relied on set_var's "value"
      member, which is NULL for SET ... =default. Fixed by using
      save_result instead.
      
      Also, for many wsrep variables, pointers to their respective
      global variables were used to provide default values. The patch
      fixes this by using appropriate macros and string literals.
      7b69cab8
  2. 17 Jul, 2014 1 commit
  3. 15 Jul, 2014 1 commit
  4. 12 Jul, 2014 1 commit
  5. 10 Jul, 2014 1 commit
  6. 09 Jul, 2014 1 commit
  7. 30 Jun, 2014 2 commits
  8. 23 Jun, 2014 1 commit
  9. 15 Jun, 2014 1 commit
  10. 11 Jun, 2014 1 commit
  11. 10 Jun, 2014 6 commits
  12. 06 Jun, 2014 2 commits
  13. 05 Jun, 2014 4 commits
  14. 04 Jun, 2014 3 commits
  15. 03 Jun, 2014 5 commits
  16. 02 Jun, 2014 5 commits
  17. 01 Jun, 2014 1 commit
  18. 31 May, 2014 2 commits
  19. 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