1. 24 Aug, 2017 2 commits
  2. 23 Aug, 2017 4 commits
  3. 18 Aug, 2017 1 commit
    • Jan Lindström's avatar
      MDEV-8960: Can't refer the same column twice in one ALTER TABLE · ce6c0e58
      Jan Lindström authored
      Problem was that if column was created in alter table when
      it was refered again it was not tried to find from list
      of current columns.
      
      mysql_prepare_alter_table:
        There is two cases
          (1) If alter table adds a new column and then later alter
              changes the field definition, there was no check from
      	list of new columns, instead an incorrect error was given.
          (2) If alter table adds a new column and then later alter
              changes the default, there was no check from list of
      	new columns, instead an incorrect error was given.
      ce6c0e58
  4. 14 Aug, 2017 1 commit
  5. 13 Aug, 2017 1 commit
  6. 09 Aug, 2017 1 commit
    • Marko Mäkelä's avatar
      Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37 · cb9648a6
      Marko Mäkelä authored
      Revert the following change, because Memcached is not present
      in MariaDB Server. We had better avoid adding dead code.
      
      commit d9bc5e03d788b958ce8c76e157239953db60adb2
      Author: Aakanksha Verma <aakanksha.verma@oracle.com>
      Date:   Thu May 18 14:31:01 2017 +0530
      
          Bug #24605783 MYSQL GOT SIGNAL 6 ASSERTION FAILURE
      cb9648a6
  7. 07 Aug, 2017 1 commit
  8. 04 Aug, 2017 2 commits
  9. 03 Aug, 2017 8 commits
  10. 02 Aug, 2017 2 commits
  11. 01 Aug, 2017 9 commits
  12. 30 Jul, 2017 5 commits
  13. 29 Jul, 2017 3 commits