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
MCOL-4781 change smcat to SMCAT
The case was mistakenly left lower
This commit is contained in:
@ -123,7 +123,7 @@ if __name__ == '__main__':
|
||||
if use_systemd:
|
||||
args = ['su', '-s', '/bin/sh', '-c', '{} {}'.format(SMCAT, s3_dbroot1_brm_path), USER]
|
||||
else:
|
||||
args = [smcat, s3_dbroot1_brm_path]
|
||||
args = [SMCAT, s3_dbroot1_brm_path]
|
||||
|
||||
brm_saves_current = subprocess.check_output(args)
|
||||
except subprocess.CalledProcessError as e:
|
||||
|
Reference in New Issue
Block a user