[MDEV-9199] Add a limitation about temporal types to Mroonga documentation Created: 2015-11-27 Updated: 2016-02-03 Resolved: 2016-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - Mroonga |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Note: filing on behalf of Monty.
The reason is in how mroonga stores datetimes: In TimeConverter::tm_to_time_gm() there is this code: The reason year < 0, is that mroonga stores in year the value of 'real_year - 1900'. Fix:
|
| Comments |
| Comment by Ian Gilfillan [ 2015-12-02 ] |
|
The Mroonga documentation states that Mroonga only supports Linux x86_64, but the bug report mentions FreeBSD/OSX - is Mroonga now supported for other platforms? I have added the date/datetime limit as an item in the limitations: https://mariadb.com/kb/en/mariadb/about-mroonga/#limitations |