imbajin commented on code in PR #268:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/268#discussion_r861504055


##########
hugegraph-loader/assembly/travis/install-mysql.sh:
##########
@@ -2,22 +2,36 @@
 
 set -ev
 
-TRAVIS_DIR=`dirname $0`
+TRAVIS_DIR=$(dirname $0)
+
+# Need speed up it
+CONF=hugegraph-test/src/main/resources/hugegraph.properties
+MYSQL_USERNAME=root
+
+# Set MySQL configurations

Review Comment:
   seems no need now, could remove it or keep the comment for future use



##########
hugegraph-loader/assembly/travis/install-mysql.sh:
##########
@@ -2,22 +2,36 @@
 
 set -ev
 
-TRAVIS_DIR=`dirname $0`
+TRAVIS_DIR=$(dirname $0)
+
+# Need speed up it
+CONF=hugegraph-test/src/main/resources/hugegraph.properties
+MYSQL_USERNAME=root
+
+# Set MySQL configurations

Review Comment:
   seems no need now, could remove it or keep the comment for future use



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to