Comment 7 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

Ah. I had missed that. Reproduces with last 5.7 build today.

mysql> CREATE TABLE mysql.proc LIKE proc_backup;
Query OK, 0 rows affected, 1 warning (0.04 sec)

mysql> select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0%';
ERROR 2013 (HY000): Lost connection to MySQL server during query