1. 30 Jun, 2015 1 commit
    • Jan Lindström's avatar
      MDEV-8392: Couldn't alter field with default value for make it not nullable. · 1a8cf15d
      Jan Lindström authored
      Analysis; Problem is that InnoDB does not have support for generating
      CURRENT_TIMESTAMP or constant default.
      
      Fix: Add additional check if column has changed from NULL -> NOT NULL
      and column default has changed. If this is is first column definition
      whose SQL type is TIMESTAMP and it is defined as NOT NULL and
      it has either constant default or function default we must use
      "Copy" method for alter table.
      1a8cf15d
  2. 24 Jun, 2015 2 commits
  3. 17 Jun, 2015 2 commits
  4. 16 Jun, 2015 18 commits
  5. 15 Jun, 2015 11 commits
  6. 14 Jun, 2015 4 commits
  7. 12 Jun, 2015 1 commit
  8. 11 Jun, 2015 1 commit