-
Norvald H. Ryeng authored
SPATIAL INDEX ON MULTICOLUMN Problem: Trying to create a spatial index with more than one column results in a not helpful error message. Fix: Return ER_TOO_MANY_KEY_PARTS, which is the error message used when other indexes have too many columns.
Norvald H. Ryeng authoredSPATIAL INDEX ON MULTICOLUMN Problem: Trying to create a spatial index with more than one column results in a not helpful error message. Fix: Return ER_TOO_MANY_KEY_PARTS, which is the error message used when other indexes have too many columns.
Loading