diff options
author | unknown <elliot@mysql.com> | 2005-06-06 22:17:16 -0400 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2005-06-06 22:17:16 -0400 |
commit | d09d815649cd37ef87e8e31c713a186d1c283414 (patch) | |
tree | 8cddbf856b4c0235a840a8ce35c3651618d738ef /.bzrignore | |
parent | 936b9319b8219daffab3bc6650a02801bf53c8bd (diff) | |
download | mariadb-git-d09d815649cd37ef87e8e31c713a186d1c283414.tar.gz |
BUG#7967 Fix mysqlhotcopy --record-log-position
BitKeeper/etc/ignore:
Added scripts/mysqlhotcopy.sh.rej to the ignore list
scripts/mysqlhotcopy.sh:
BUG#7967 Use fetchrow_hashref() when parsing SHOW SLAVE STATUS so
that --record-log-pos option will work with all versions from 3.23
forward and will not break again in the future if additional columns
are added.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index c9f9f140366..174fc6020f2 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1052,3 +1052,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +scripts/mysqlhotcopy.sh.rej |