Fix show database and show tables queries
Changes with ResultSet caused the send_databases and send_tables functions to always return false. Also changed send_database to return void since it shouldn't be able to fail anymore.
This commit is contained in:
@ -140,7 +140,7 @@ private:
|
||||
enum route_target& route_target);
|
||||
|
||||
/** Shard mapping functions */
|
||||
bool send_databases();
|
||||
void send_databases();
|
||||
bool send_shards();
|
||||
bool send_tables(GWBUF* pPacket);
|
||||
void query_databases();
|
||||
|
||||
Reference in New Issue
Block a user