Commit f52b8888 authored by marko's avatar marko

convert_search_mode_to_innobase(): Add the missing case label

HA_READ_MBR_EQUAL that was forgotten in r2088.
parent 5b53daeb
......@@ -3993,6 +3993,7 @@ convert_search_mode_to_innobase(
case HA_READ_MBR_INTERSECT:
case HA_READ_MBR_WITHIN:
case HA_READ_MBR_DISJOINT:
case HA_READ_MBR_EQUAL:
my_error(ER_TABLE_CANT_HANDLE_SPKEYS, MYF(0));
return(PAGE_CUR_UNSUPP);
/* do not use "default:" in order to produce a gcc warning:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment