convert_search_mode_to_innobase(): Add the missing case label

HA_READ_MBR_EQUAL that was forgotten in r2088.
This commit is contained in:
marko 2007-11-16 13:03:21 +00:00
parent 7179991679
commit a8715a9a1d

View file

@ -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: