From 4b6d661c7f4bcf9f0f5a9f5d5f4a6743983fc9a5 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Wed, 2 Dec 2020 00:35:58 +0100 Subject: Fix failed compile modified storage/connect/ha_connect.cc --- storage/connect/ha_connect.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/connect/ha_connect.cc b/storage/connect/ha_connect.cc index fc67edc5330..95f885c65b4 100644 --- a/storage/connect/ha_connect.cc +++ b/storage/connect/ha_connect.cc @@ -170,7 +170,7 @@ #define JSONMAX 10 // JSON Default max grp size extern "C" { - char version[]= "Version 1.07.0002 December 01, 2020"; + char version[]= "Version 1.07.0002 December 02, 2020"; #if defined(__WIN__) char compver[]= "Version 1.07.0002 " __DATE__ " " __TIME__; char slash= '\\'; @@ -4569,6 +4569,7 @@ bool ha_connect::check_privileges(THD *thd, PTOS options, char *dbn, bool quick) case TAB_OCCUR: case TAB_PIVOT: case TAB_VIR: + default: // This is temporary until a solution is found return false; } // endswitch type -- cgit v1.2.1