8000 Merge pull request #1 from ioggstream/fix-gtid-issue-oracle · myspar/mysql@9dd8a7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dd8a7c

Browse files
committed
Merge pull request mysqljs#1 from ioggstream/fix-gtid-issue-oracle
fix issue with fabric: http://bugs.mysql.com/bug.php?id=72281
2 parents 1a3490b + 0542209 commit 9dd8a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

5.6/docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ if [ "$1" = 'mysqld' ]; then
5252

5353
tempSqlFile=$(mktemp /tmp/mysql-first-time.XXXXXX.sql)
5454
cat > "$tempSqlFile" <<-EOSQL
55+
-- What's done in this file shouldn't be replicated
56+
SET @@SESSION.SQL_LOG_BIN=0;
5557
DELETE FROM mysql.user ;
5658
CREATE USER 'root'@'%' IDENTIFIED BY '${MYSQL_ROOT_PASSWORD}' ;
5759
GRANT ALL ON *.* TO 'root'@'%' WITH GRANT OPTION ;

0 commit comments

Comments
 (0)
0