Bug #50248 Executing functions with SELECT not working
Submitted: 11 Jan 2010 17:54 Modified: 18 Jan 2010 16:21
Reporter: Diogo Domanski Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.11 OSS Beta OS:Windows (7)
Assigned to: Sergei Tkachenko CPU Architecture:Any

[11 Jan 2010 17:54] Diogo Domanski
Description:
In Query tabs, if the statement "SELECT MD5('abcd')" is typed and executed, the result is not the 'abcd' encrypted with MD5 (as occours in Mysql Query Browser).

How to repeat:
Open Mysql Workbench
Connect to a Mysql Server
Type "SELECT MD5('abcd')" into SQL Statements area
Type CTRL + ENTER (to execute the statement)
[13 Jan 2010 17:28] Johannes Taxacher
this has been fixed. will be included in 5.2.12
[18 Jan 2010 16:21] Tony Bedford
An entry was added to the 5.2.12 changelog:

In SQL Editor, SELECT statements that called functions, for example SELECT md5('abcd'), did not give the expected result.