mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Trigger CI
This commit is contained in:
parent
2a26136c9e
commit
6eaba28e01
@ -27,7 +27,7 @@ class MySQLNodeInstance:
|
||||
self.port = port
|
||||
self.hostname = hostname
|
||||
self.password = password
|
||||
self.mysql_connection = None # lazy init
|
||||
self.mysql_connection = None # lazy init
|
||||
|
||||
def alloc_connection(self):
|
||||
if self.mysql_connection is None:
|
||||
|
Loading…
Reference in New Issue
Block a user