Skip to content

Commit f4323dd

Browse files
drrtuymariadb-SergeyZefirov
authored andcommitted
fix(scripts): dbbuilder did not start b\c of a typo
1 parent fe5aded commit f4323dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oam/install_scripts/mariadb-columnstore-start.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flock -n "$fd_lock" || exit 0
1414
/bin/systemctl start mcs-writeengineserver
1515
/bin/systemctl start mcs-dmlproc
1616
/bin/systemctl start mcs-ddlproc
17-
su -s /bin/sh -c 'ASAN_OPTIONS=abort_on_error=1:disable_coredump=0,print_stats=false,detect_odr_violation=0,check_initialization_order=1,detect_stack_use_after_return=1,atexit=false,log_path=/core/asan.dbbuilder b@ENGINE_BINDIR@/dbbuilder 7' @DEFAULT_USER@ 1> @ENGINE_LOGDIR@/install/dbbuilder.log
17+
su -s /bin/sh -c 'ASAN_OPTIONS=abort_on_error=1:disable_coredump=0,print_stats=false,detect_odr_violation=0,check_initialization_order=1,detect_stack_use_after_return=1,atexit=false,log_path=/core/asan.dbbuilder @ENGINE_BINDIR@/dbbuilder 7' @DEFAULT_USER@ 1> @ENGINE_LOGDIR@/install/dbbuilder.log
1818

1919
flock -u "$fd_lock"
2020

0 commit comments

Comments
 (0)