Bug #5124 select count not working
Submitted: 20 Aug 2004 13:39 Modified: 20 Aug 2004 20:02
Reporter: Andreas Götz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.0.5 OS:Windows (WinXP SP1)
Assigned to: CPU Architecture:Any

[20 Aug 2004 13:39] Andreas Götz
Description:
SELECT count(*) FROM actors

says '1 row in result set' but doesn't display it

How to repeat:
SELECT count(*) FROM actors, check results pane

Suggested fix:
display the 1 column result
[20 Aug 2004 20:02] Jorge del Conde
Hi!

I wasn't able to repeat this bug in 1.0.5 ... I did:

SELECT count(*) FROM mysql.user

and QB successfully returned the result.

Can you give us more feedback on how to reproduce this bug ?