export env vars in vttablet-up.sh so that they are available to the hook

Signed-off-by: deepthi <deepthi@planetscale.com>
This commit is contained in:
deepthi 2018-11-13 11:25:37 -08:00
Родитель ec8fd1009a
Коммит 319172d39d
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,13 @@ if [ -d $VTDATAROOT/$tablet_dir ]; then
action='start'
fi
export KEYSPACE=$keyspace
export SHARD=$shard
export TABLET_ID=$alias
export TABLET_DIR=$tablet_dir
export MYSQL_PORT=3306
export TABLET_TYPE=$tablet_role
$VTROOT/bin/mysqlctl \
-log_dir $VTDATAROOT/tmp \
-tablet_uid $uid \