1
0
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:
mariadb-AlanMologorsky
2025-04-04 15:51:21 +03:00
committed by Alan Mologorsky
parent aa57a7684c
commit d17fc7d9be
6 changed files with 59 additions and 15 deletions

View File

@ -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