mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
Fix test for MySQL Compatible Types (suppress password warning)
This commit is contained in:
parent
18fb4fbc15
commit
87904976ed
@ -146,7 +146,7 @@ EOT
|
||||
|
||||
# Now run the MySQL test script on the ClickHouse DB
|
||||
echo "Run MySQL test"
|
||||
${MYSQL_CLIENT} --user="$USER" --password="$PASSWORD" --host="$HOST" --port="$PORT" < $TEMP_FILE
|
||||
MYSQL_PWD=$PASSWORD ${MYSQL_CLIENT} --user="$USER" --host="$HOST" --port="$PORT" < $TEMP_FILE
|
||||
|
||||
# Clean up the temp file
|
||||
rm $TEMP_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user