[MDEV-5469] connect engine discovers timestamp columns incorrectly Created: 2013-12-18 Updated: 2014-01-14 Resolved: 2014-01-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7 |
| Fix Version/s: | 10.0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
Timestamp columns in the CONNECT engine are discovered incorrectly: connect.mysql_new test fails as
Looking at the result file, one can see that the original MyISAM table had
So this column used to be discovered correctly for the CONNECT table, but now it is not. Suspected changeset is revid:bertrandop@gmail.com-20131203215940-ouk00oy06fsl011v (Add support for unsigned numeric types). |
| Comments |
| Comment by Alexander Barkov [ 2014-01-14 ] |
|
Fixed in 10.0 with this revision: revno: 3913.1.20 |