mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
convert_search_mode_to_innobase(): Add the missing case label
HA_READ_MBR_EQUAL that was forgotten in r2088.
This commit is contained in:
parent
7179991679
commit
a8715a9a1d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue