This commit is contained in:
kssenii 2021-03-31 17:05:41 +00:00
parent 03ce320926
commit 18dd8dd79b

View File

@ -53,7 +53,7 @@ protected:
/// Like MySQLBlockInputStream, but allocates connection only when reading is starting. /// Like MySQLBlockInputStream, but allocates connection only when reading is starting.
/// It allows to create a lot of stream objects without occupation of all connection pool. /// It allows to create a lot of stream objects without occupation of all connection pool.
/// Also mekes attempts to reconnect in case of connection failures. /// Also makes attempts to reconnect in case of connection failures.
class MySQLWithFailoverBlockInputStream final : public MySQLBlockInputStream class MySQLWithFailoverBlockInputStream final : public MySQLBlockInputStream
{ {
public: public: