Skip to content

Commit

Permalink
Added mariad functionality
Browse files Browse the repository at this point in the history
Signed-off-by: sahil <mohdssahil1@gmail.com>
  • Loading branch information
MdSahil-oss committed Jun 16, 2023
1 parent ffaa2d8 commit 08f1f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-entrypoint-cs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ mysql_error() {
_main() {
if [ "$1" = 'mariadbd' ]; then
# simply start maridb with column-store
exec docker-entrypoint.sh "$@"
elif [ "$1" = 'StorageManager' ]; then
# Run StorageManage of column-store
elif [ "$1" = 'brm' ]; then
# Run brm
fi
}

# Runs _main() function.
_main "$@"

0 comments on commit 08f1f27

Please sign in to comment.