1. 21 Sep, 2017 1 commit
    • sachin's avatar
      MDEV-10767 /tmp/wsrep_recovery.${RANDOM} file created in unallowed SELinux context · bb7a70c9
      sachin authored
      Problem:- To create file in /tmp dir mysqld require permission initrc_tmp_t.
      And mysqld does not have his permission.
      
      Solution:- Instead of giving mysqld permission of initrc_tmp_t , we redirected
      log to file in /tmp dir through shell. I also removed a earlier workarround
      in mysqld_safe.sh , which create tmp log file in datadir.
      bb7a70c9
  2. 20 Sep, 2017 4 commits
  3. 19 Sep, 2017 12 commits
  4. 18 Sep, 2017 13 commits
  5. 17 Sep, 2017 1 commit
  6. 16 Sep, 2017 8 commits
  7. 15 Sep, 2017 1 commit
    • Alexander Barkov's avatar
      MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Windows · 65d26d1f
      Alexander Barkov authored
      The problem was introduced by the patch for MDEV-7661,
      which (in addition to the fix itself) included an attempt to make
      CONVERT/CAST work in the same way with fields
      (i.e. return NULL in strict mode if a non-convertable character found).
      It appeared to be a bad idea and some users were affected by this
      behavior change. Changing CONVERT/CAST not depend on sql_mode
      (restoring pre-10.1.4 behavior).
      65d26d1f