diff options
author | Patrick Crews <patrick.crews@sun.com> | 2009-02-19 18:24:25 -0500 |
---|---|---|
committer | Patrick Crews <patrick.crews@sun.com> | 2009-02-19 18:24:25 -0500 |
commit | e9b4b536f39d459b51c6b3db308be809003c7210 (patch) | |
tree | cdb649a4f978cf26309509f0be874d043fa91bb9 /mysql-test/include/ndb_backup.inc | |
parent | 901427b2413a8f8c80b4720969d101357da57556 (diff) | |
parent | cf571967ad8625643e0a7251e20246207cee46a9 (diff) | |
download | mariadb-git-e9b4b536f39d459b51c6b3db308be809003c7210.tar.gz |
merge 5.0 -> 5.1
These are only 5.0's fixes being merged.
5.1 and 6.0 Unix-removals will occur in different patches.
Diffstat (limited to 'mysql-test/include/ndb_backup.inc')
-rw-r--r-- | mysql-test/include/ndb_backup.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/ndb_backup.inc b/mysql-test/include/ndb_backup.inc index e6780788fe9..ea56d79cbba 100644 --- a/mysql-test/include/ndb_backup.inc +++ b/mysql-test/include/ndb_backup.inc @@ -2,6 +2,13 @@ # By JBM 2006-02-16 So that the code is not repeated # # in test cases and can be reused. # ###################################################### + +# Bug#41307: Tests using include/ndb_backup.inc won't work on Windows due to +# 'grep' call +# This test is disabled on Windows via the next line until the above bug is +# resolved +--source include/not_windows.inc + --exec $NDB_MGM --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" -e "start backup" >> $NDB_TOOLS_OUTPUT # there is no neat way to find the backupid, this is a hack to find it... |