Commit c746b768 authored by Olivier Bertrand's avatar Olivier Bertrand

Tabname defaults to the table name for MONGO tables

  modified:   storage/connect/ha_connect.cc
parent aef14932
......@@ -5587,6 +5587,9 @@ static int connect_assisted_discovery(handlerton *, THD* thd,
break;
#if defined(MONGO_SUPPORT)
case TAB_MONGO:
if (!topt->tabname)
topt->tabname = tab;
ok = true;
break;
#endif // MONGO_SUPPORT
......
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