1. 25 Nov, 2013 1 commit
  2. 20 Nov, 2013 1 commit
    • Jan Lindström's avatar
      MDEV-5010: InnoDB errors appearing in logs with upgrade from 10.0.0 to 10.0.4. · 66612e8f
      Jan Lindström authored
      Analysis: In earlier MySQL 5.6 versions this table innodb_index_stats  used to have a foreign key referencing to innodb_table_stats. However, in newer MySQL 5.6 versions this foreign key is removed and if you upgrade, your innodb_table_stats is created by the earlier mariadb version, thus a newer version will complain that the table is incorrectly defined.
      
      Added drop foreign key on mysql_system_tables_fix.sql to be executed on mysql_upgrade.
      66612e8f
  3. 19 Nov, 2013 1 commit
  4. 14 Nov, 2013 3 commits
  5. 13 Nov, 2013 9 commits
  6. 12 Nov, 2013 5 commits
  7. 11 Nov, 2013 20 commits