We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31d4b0 commit bab543fCopy full SHA for bab543f
test/lib/db/instance-mysql
@@ -65,6 +65,9 @@ restore() {
65
backup_file="${1?missing file to restore database from}"
66
[[ -f "${backup_file}" ]] || die "Backup file ${backup_file} doesn't exist"
67
68
+ # clear global transaction identifiers before restore
69
+ exec_sql "RESET BINARY LOGS AND GTIDS;"
70
+
71
silence_password_warning \
72
mysql \
73
"--host=${MYSQL_HOST}" \
0 commit comments