Bug #12301 | INT data types, wrong value in INFORMATION_SCHEMA column NUMERIC_SCALE | ||
---|---|---|---|
Submitted: | 1 Aug 2005 17:48 | Modified: | 17 Aug 2005 19:19 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | |
Assigned to: | Alexander Ivanov | CPU Architecture: | Any |
[1 Aug 2005 17:48]
Matthias Leich
[16 Aug 2005 18:00]
Alexander Ivanov
The cause of the bug is missed value setting for the NUMERIC_SCALE column in the get_schema_column_record() function (sql_show.cc).
[17 Aug 2005 11:47]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/28385
[17 Aug 2005 19:06]
Alexander Ivanov
ChangeSet 1.1984 05/08/16 23:11:04 aivanov@mysql.com +3 -0 information_schema.test: Added a comment line for a test case used for bug #12301. information_schema.result: Fixed some test cases results (bug #12301). sql_show.cc: Fixed bug #12301. The bug was due to a missing value setting for the NUMERIC_SCALE column in the get_schema_column_record() function (sql_show.cc). The fix will appear in 5.0.12
[17 Aug 2005 19:19]
Paul DuBois
Noted in 5.0.12 changelog.