Comment 1 for bug 746513

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The reason for this failure is show_temp.patch. It adds a new command, SQLCOM_SHOW_TEMPORARY_TABLES *before* SQL_COM_SIGNAL and SQL_COM_RESIGNAL, so those commands get new numeric codes as compared to the upstream server.

The solution is to move SQLCOM_SHOW_TEMPORARY_TABLES after all commands from the upstream server.