Bug #10304 | Query Browser cannot create @variables or retrieve existing @variables | ||
---|---|---|---|
Submitted: | 2 May 2005 1:12 | Modified: | 2 May 2005 4:01 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.7 | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[2 May 2005 1:12]
[ name withheld ]
[2 May 2005 1:15]
[ name withheld ]
Correction... that was SELECT @var3 := 'CAN';
[2 May 2005 4:01]
Jorge del Conde
This is not a bug. You can only execute 1 statement at a given moment in query browser (the main screen), and each execution takes up 1 connection to mysql. If you want to use multiple statements or issue queries in one persistent connection, please use the script mode.