[MDEV-6159] Odd fnx error when creating CSV tables with index Created: 2014-04-24 Updated: 2014-04-28 Resolved: 2014-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Colin Charles | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Environment: |
CentOS 6.5, MariaDB 10 from the repository provided at downloads.mariadb.org |
||
| Description |
|
CSV files are simple:
|
| Comments |
| Comment by Olivier Bertrand [ 2014-04-25 ] |
|
This was concerning all Multiple and Compressed tables, not only CSV. Fixed by raising an error when trying to index a table not indexable because it is Multiple or Compressed. |