Comment 3 for bug 1540338

Revision history for this message
Ramesh Sivaraman (rameshvs02) wrote : Re: Assertion `!"Transactional table"' failed in sql/sql_base.cc:10502

mysql> DROP DATABASE test;CREATE DATABASE test;USE test;
Query OK, 0 rows affected (0.00 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;
Query OK, 0 rows affected, 1 warning (0.01 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
mysql>

Source tree commit

[ramesh@qaserver-05 PS-5.7]$ git log
commit b1ece8fcc160df945e08f2894f0a4597652cf326
Author: Yura Sorokin <email address hidden>
Date: Mon Jan 18 14:16:36 2016 +0200

    Merge pull request #316 from percona-ysorokin/ps-5.7-bug1534246-ctype_ucs

    Fix bug lp:1534246 (5.7) "'ctype_ucs.test' fails sporadically"
[ramesh@qaserver-05 PS-5.7]$