diff options
author | jimw@mysql.com <> | 2005-08-03 17:38:55 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-08-03 17:38:55 -0700 |
commit | f58e5033fbcc90be5d177b0e0df12c0799683a13 (patch) | |
tree | a7db7bc2723162e03afd40d955388f03c9d2f061 /mysql-test/include/not_windows.inc | |
parent | 5e851429de6489e33776364e56ee7a597b016cc8 (diff) | |
download | mariadb-git-f58e5033fbcc90be5d177b0e0df12c0799683a13.tar.gz |
Skip two tests that fail on Windows that just reflect limitations of
that platform, not real failures. (Bug #12328, Bug #11569)
Diffstat (limited to 'mysql-test/include/not_windows.inc')
-rw-r--r-- | mysql-test/include/not_windows.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/not_windows.inc b/mysql-test/include/not_windows.inc new file mode 100644 index 00000000000..54e9e0e817a --- /dev/null +++ b/mysql-test/include/not_windows.inc @@ -0,0 +1,4 @@ +--require r/true.require +disable_query_log; +select convert(@@version_compile_os using latin1) NOT IN ("Win32","Win64","Windows") as "TRUE"; +enable_query_log; |