Fixed subselects not working without explicit table names.
This commit is contained in:
parent
c4bb83e673
commit
6b8ffe7506
@ -427,7 +427,6 @@ char* get_shard_target_name(ROUTER_INSTANCE* router, ROUTER_CLIENT_SES* client,
|
||||
dbnms = skygw_get_database_names(buffer,&sz);
|
||||
|
||||
if(sz > 0){
|
||||
has_dbs = true;
|
||||
for(i = 0; i < sz; i++){
|
||||
char* name;
|
||||
if((name = (char*)hashtable_fetch(ht,dbnms[i]))){
|
||||
|
Loading…
x
Reference in New Issue
Block a user