105
105
plugin::client::Concurrent *client= new plugin::client::Concurrent;
106
106
std::string execution_string(to_execute.str, to_execute.length);
107
107
client->pushSQL(execution_string);
110
110
// We set the current schema. @todo do the same with catalog
111
111
if (not getSession()->getSchema().empty())