Bug #48734 | column_info does not return columns in proper order for DBD::mysql | ||
---|---|---|---|
Submitted: | 12 Nov 2009 15:22 | Modified: | 15 Feb 2013 17:21 |
Reporter: | Hans Ginzel | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | Connectors: DBD::mysql ( Perl ) | Severity: | S3 (Non-critical) |
Version: | 4.005, 4.020 | OS: | Any (Windows XP, Mac OS X) |
Assigned to: | CPU Architecture: | Any | |
Tags: | column_info, dbi, metadata, order, perl |
[12 Nov 2009 15:22]
Hans Ginzel
[12 Nov 2009 15:29]
Valeriy Kravchuk
Please, try to repeat with a newer version of DBD::mysql, 4.013, and inform about the results.
[13 Dec 2009 0: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".
[5 Oct 2011 11:46]
Alex Becker
Same here with DBD::mysql version 4.020 and perl 5.14.1
[20 Dec 2011 19:09]
Valeriy Kravchuk
Verified on Mac OS X: macbook-pro:5.5 openxs$ perl5.12 bug48734.pl 1.616 at bug48734.pl line 8. 4.020 at bug48734.pl line 9. c a b id at bug48734.pl line 16. macbook-pro:5.5 openxs$ bin/mysql -uroot test Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.5.20-debug Source distribution Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show columns from t1; +-------+---------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+---------+------+-----+---------+-------+ | id | int(11) | YES | | NULL | | | a | char(1) | YES | | NULL | | | b | char(2) | YES | | NULL | | | c | char(3) | YES | | NULL | | +-------+---------+------+-----+---------+-------+ 4 rows in set (0.01 sec)
[15 Feb 2013 17:21]
Sveta Smirnova
We don't work on DBD::mysql bugs anymore. All its bugs should go to CPAN: https://rt.cpan.org/Public/Dist/Display.html?Name=DBD-mysql I re-submitted your report to https://rt.cpan.org/Public/Bug/Display.html?id=83358 Please subscribe to the new report on CPAN and work with DBD::mysql developers in case if they need additional details.