An error occurred fetching the project authors.
  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. 09 Jul, 2014 1 commit
  3. 10 Jun, 2014 1 commit
  4. 16 Apr, 2014 1 commit
  5. 09 Jan, 2014 1 commit
  6. 04 Dec, 2013 1 commit
    • Jan Lindström's avatar
      MDEV-443: Galera: Server crashes on flushing tables for SST if started with... · ed26f701
      Jan Lindström authored
      MDEV-443: Galera: Server crashes on flushing tables for SST if started with character_set_server utf16 or utf32 or ucs2, and with wsrep_sst_method=rsync
      
      Analysis: In SST Galera directly calls parser using current client character
      set. Similarly in BF Galera uses client character set to apply. However,
      there are character sets that are not currently supported by the parser.
      
      Fix: If currenct client character set is one of those that is not supported
      by the parser, temporally set character set to latin1 before we enter
      parser and restore it after we have parsed.
      
      ed26f701
  7. 21 Aug, 2013 1 commit
  8. 25 May, 2013 1 commit
  9. 05 Feb, 2013 3 commits
  10. 28 Nov, 2012 1 commit
  11. 17 Sep, 2012 1 commit
  12. 30 Aug, 2012 1 commit
  13. 12 Jun, 2012 1 commit
  14. 26 Apr, 2012 1 commit