1. 14 Jul, 2015 1 commit
  2. 13 Jul, 2015 3 commits
  3. 10 Jul, 2015 1 commit
    • Monty's avatar
      Updated fill_help_tables for MariaDB · d9835658
      Monty authored
      - References changed from mysql.com to mariadb.com/kb
      - NDB specfic things removed
      - Changed other MySQL related things to MariaDB
      d9835658
  4. 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
  5. 24 Jun, 2015 2 commits
  6. 17 Jun, 2015 2 commits
  7. 16 Jun, 2015 18 commits
  8. 15 Jun, 2015 11 commits
  9. 14 Jun, 2015 1 commit