You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Review fixes.
This commit is contained in:
committed by
Alan Mologorsky
parent
aa57a7684c
commit
d17fc7d9be
@ -486,7 +486,7 @@ def is_master():
|
||||
"AND COMMAND LIKE 'Slave%';\""
|
||||
)
|
||||
|
||||
ret = subprocess.run(cmd, stdout=subprocess.PIPE, shell = True)
|
||||
ret = subprocess.run(cmd, stdout=subprocess.PIPE, shell=True)
|
||||
if ret.returncode == 0:
|
||||
response = ret.stdout.decode("utf-8").strip()
|
||||
# Primary will have no slave_threads
|
||||
|
Reference in New Issue
Block a user