Comment 4 for bug 1540338

Revision history for this message
Roel Van de Paar (roel11) wrote : Re: Assertion `!"Transactional table"' failed in sql/sql_base.cc:10502

[roel@localhost PS-5.7]$ git log | head
commit 2057849563980af68f5c8a19d793fede341fd141
Merge: 6f7d1de 364c88c
Author: georgelorchpercona <email address hidden>
Date: Fri Jan 29 12:54:20 2016 -0700

    Merge pull request #333 from georgelorchpercona/ps-5.7-DB-924

    DB-924 : 5.7 support new group commit algorithm

commit 364c88cbec228c6d2456f1ad93121d4b42d7bd66

==============

mysql> DROP DATABASE test;CREATE DATABASE test;USE test;
Query OK, 0 rows affected (0.03 sec)

Query OK, 1 row affected (0.00 sec)

Database changed
mysql> RENAME TABLE mysql.proc TO proc_backup;
Query OK, 0 rows affected (0.00 sec)

mysql> CREATE TABLE mysql.proc LIKE proc_backup;
ERROR 1067 (42000): Invalid default value for 'modified' <----------------------- (!)
mysql> select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0%';
ERROR 1146 (42S02): Table 'mysql.proc' doesn't exist