Bug #13834 Query Browser misinterprets c format specifiers
Submitted: 7 Oct 2005 10:37 Modified: 7 Oct 2005 17:58
Reporter: [ name withheld ] Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:MySql 5.0RC1, QB 1.1.14 / OS:Windows (Win XP)
Assigned to: MySQL Verification Team CPU Architecture:Any

[7 Oct 2005 10:37] [ name withheld ]
Description:
Tying to edit a stored procedure/function containing a "c format specifier" (%i, %s, %d etc...) fails with an error message like "No argument for format '%s'.

How to repeat:
1. Create a stored procedure like this:

CREATE PROCEDURE `test` ()
BEGIN
/*
  this comment contains %s
*/
END

2. In the "Schemata View", right click the newly created stored procedure and choose "Edit Procedure". The error message should appear.
[7 Oct 2005 17:58] MySQL Verification Team
I was unable to repeat the behavior reported with QB 1.1.15.
Thank you for the bug report.