1. 20 May, 2015 3 commits
  2. 19 May, 2015 3 commits
  3. 18 May, 2015 1 commit
    • Jan Lindström's avatar
      MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing or alike · 20c23048
      Jan Lindström authored
      Analysis: Problem was that tablespaces not encrypted might not have
      crypt_data stored on disk.
      
      Fixed by always creating crypt_data to memory cache of the tablespace.
      
      MDEV-8138: strange results from encrypt-and-grep test
      
      Analysis: crypt_data->type is not updated correctly on memory
      cache. This caused problem with state tranfer on
      encrypted => unencrypted => encrypted.
      
      Fixed by updating memory cache of crypt_data->type correctly based on
      current srv_encrypt_tables value to either CRYPT_SCHEME_1 or
      CRYPT_SCHEME_UNENCRYPTED.
      20c23048
  4. 16 May, 2015 2 commits
    • Sergei Golubchik's avatar
      update big tokudb test results after dd8f9319 · 476dfb16
      Sergei Golubchik authored
      that is, after
      
        commit dd8f9319
        Author: Sergei Golubchik <serg@mariadb.org>
        Date:   Fri Apr 10 02:36:54 2015 +0200
      
          be less annoying about sysvar-based table attributes
          do not *always* add them to the create table definition,
          but only when a sysvar value is different from a default.
          also, when adding them - don't quote numbers
      476dfb16
    • Sergei Golubchik's avatar
      upate test results after 2300fe2e · 9cc7eb32
      Sergei Golubchik authored
      that is, after
      
        commit 2300fe2e
        Author: Sergei Golubchik <serg@mariadb.org>
        Date:   Wed May 13 21:57:24 2015 +0200
      
            Identical key derivation code in XtraDB/InnoDB/Aria
      9cc7eb32
  5. 15 May, 2015 7 commits
  6. 14 May, 2015 4 commits
  7. 13 May, 2015 19 commits
  8. 12 May, 2015 1 commit