Bug #75016 User bind variables doesnot work
Submitted: 26 Nov 2014 22:04 Modified: 26 Dec 2014 22:32
Reporter: TOLPYGIN SERGEY Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any
Tags: BIND, interactive, user, variables

[26 Nov 2014 22:04] TOLPYGIN SERGEY
Description:
Does not work user bind variables.
(select * from user where id =? ) - in this case better to show popup window for user for entering ID)

This work in Visual Studio, and many other tools. 

http://stackoverflow.com/questions/317198/performing-interactive-queries-in-mysql-mainly-f...

How to repeat:
select * from user where id =?  -error
select * from user where id =@id -error
[26 Nov 2014 22:32] MySQL Verification Team
Please try version 6.2.4 and if the issue still exists provide the complete test case (create table, insert data, queries, real result and expected result). Thanks.
[27 Dec 2014 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".