mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Implemented: The use of Federated servers.
modified: storage/connect/global.h storage/connect/ha_connect.cc storage/connect/plugutil.c storage/connect/tabmysql.cpp storage/connect/tabmysql.h storage/connect/tabtbl.cpp
This commit is contained in:
@@ -666,8 +666,7 @@ char *ha_connect::GetStringOption(char *opname, char *sdef)
|
||||
else if (!stricmp(opname, "Separator"))
|
||||
opval= (char*)options->separator;
|
||||
else if (!stricmp(opname, "Connect"))
|
||||
// opval= (char*)options->connect;
|
||||
opval= table->s->connect_string.str;
|
||||
opval= (tshp) ? tshp->connect_string.str : table->s->connect_string.str;
|
||||
else if (!stricmp(opname, "Qchar"))
|
||||
opval= (char*)options->qchar;
|
||||
else if (!stricmp(opname, "Module"))
|
||||
|
Reference in New Issue
Block a user