config root man

Current Path : /home/usr.opt/mysql57/mysql-test/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/r/mysqlpump_partial_bkp.result

#
# Bug#26199978 - WRONG ERROR MESSAGE FOR PARTIAL BACKUPS WITH GTID_MODE = ON
#
# Test 1: Taking backup when --set-gtid-purged is passed as ON
CREATE DATABASE bug26199978;
DROP DATABASE bug26199978;
# Backup file should contain "SET @@GLOBAL.GTID_PURGED=.* '.*'"
Pattern "SET @@GLOBAL.GTID_PURGED=.* '.*'" found
# Test 2: Taking backup when --set-gtid-purged is pased as OFF
CREATE DATABASE bug26199978;
DROP DATABASE bug26199978;
# Backup file should NOT contain "SET @@GLOBAL.GTID_PURGED=.* '.*'"
Matching lines are:
None
Occurrences of 'SET @@GLOBAL.GTID_PURGED=.* '.*'' in the input file: 0
# Test 3: Taking backup when --set-gtid-purged is passed as AUTO. Should error out
#         asking to pass --set-gtid-purged=[ON|OFF]
CREATE DATABASE bug26199978;
DROP DATABASE bug26199978;
# Cleanup

Man Man