mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix compile error (imcomplete switch) in ha_connect.cc
This commit is contained in:
parent
3ad054170c
commit
7a9eca1191
1 changed files with 4 additions and 0 deletions
|
@ -1045,6 +1045,8 @@ TABTYPE ha_connect::GetRealType(PTOS pos)
|
|||
case TAB_REST:
|
||||
type = TAB_NIY;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
} // endswitch type
|
||||
#endif // REST_SUPPORT
|
||||
|
||||
|
@ -5634,6 +5636,8 @@ static int connect_assisted_discovery(handlerton *, THD* thd,
|
|||
case TAB_CSV:
|
||||
ttp = TAB_REST;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
} // endswitch type
|
||||
#endif // REST_SUPPORT
|
||||
} // endif ttp
|
||||
|
|
Loading…
Reference in a new issue