Bug #47086 | FETCH problem if the INTO-valiables have the same name as the result-set columns | ||
---|---|---|---|
Submitted: | 3 Sep 2009 8:16 | Modified: | 17 Sep 2009 9:55 |
Reporter: | Assen Todorov | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.0.37-log, 5.0, 5.1, next bzr | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Fetch statement problem |
[3 Sep 2009 8:16]
Assen Todorov
[3 Sep 2009 8:19]
Assen Todorov
Sorry, I make mistake in "How to repeat". The table ad_debug_copy looks like this: CREATE TABLE AD_DEBUG_COPY ( ID INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, VAL_COPY VARCHAR(250) NOT NULL, PRIMARY KEY(ID) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8;
[3 Sep 2009 9:02]
Sveta Smirnova
Thank you for the report. Verified as described. This is feature request though.
[17 Sep 2009 9:55]
Konstantin Osipov
Thank you for reporting this bug. This is a duplicate of Bug#5967.