[MDEV-10745] Invalid SphinxSE table causes wrong error messages Created: 2016-09-05 Updated: 2017-01-18 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - SphinxSE |
| Affects Version/s: | 10.1.17 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Maxim Volobuev | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 8.5 |
||
| Description |
|
MariaDB cannot create new table with Sphinx engine:
Number of error corresponds to number of characters in name of table. Sphinx plugin is installed:
|
| Comments |
| Comment by Elena Stepanova [ 2016-09-05 ] |
|
The culprit here is the column string text. SphinxSE does not support TEXT data type for additional columns, see documentation:
But the error messages are awful, hopefully they can be fixed. |