Only add Error_no to event if there is one. Don't stringify it either; set its type in pqd.

This commit is contained in:
Daniel Nichter
2013-02-01 10:26:45 -07:00
parent 9e7248861d
commit cf74cd791e
3 changed files with 11 additions and 7 deletions

View File

@@ -14591,6 +14591,7 @@ sub main {
Last_errno => 'string',
Thread_id => 'string',
InnoDB_trx_id => 'string',
Error_no => 'string',
Killed => 'bool',
};