Comment 2 for bug 1540338

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: Assertion `!"Transactional table"' failed in sql/sql_base.cc:10502

Cannot reproduce:

RENAME TABLE mysql.proc TO proc_backup;

CREATE TABLE mysql.proc LIKE proc_backup;
ERROR 42000: Unknown storage engine 'MyISAM'

query 'select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0%'' failed: 1146: Table 'mysql.proc' doesn't exist

Ramesh, please confirm your source tree revision and CLI output.