Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0036adb

Browse files
committed
Remove OSX and slave_load_tmpdir tests, for cross platform testability
1 parent e41a3ee commit 0036adb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mysql-test/suite/sysschema/r/fn_format_path.result

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,10 @@ SET @mypath := CONCAT(@@global.tmpdir, 'foo/bar.foo');
99
SELECT sys.format_path(@mypath);
1010
sys.format_path(@mypath)
1111
@@tmpdir/foo/bar.foo
12-
SET @mypath := CONCAT(@@global.slave_load_tmpdir, 'foo/bar.foo');
13-
SELECT sys.format_path(@mypath);
14-
sys.format_path(@mypath)
15-
@@tmpdir/foo/bar.foo
1612
SET @mypath := CONCAT(@@global.innodb_log_group_home_dir, 'foo/bar.foo');
1713
SELECT sys.format_path(@mypath);
1814
sys.format_path(@mypath)
1915
@@innodb_log_group_home_dir/foo/bar.foo
20-
SET @mypath := CONCAT('/private', @@global.tmpdir, 'foo/bar.foo');
21-
SELECT sys.format_path(@mypath);
22-
sys.format_path(@mypath)
23-
@@tmpdir/foo/bar.foo
2416
SELECT sys.format_path('/foo/bar/baz.foo');
2517
sys.format_path('/foo/bar/baz.foo')
2618
/foo/bar/baz.foo

0 commit comments

Comments
 (0)