We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd6a14 commit 88774b7Copy full SHA for 88774b7
mysql-test/lib/mtr_cases.pm
@@ -1,5 +1,5 @@
1
# -*- cperl -*-
2
-# Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
3
#
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
@@ -289,6 +289,7 @@ sub collect_one_suite($)
289
$suitedir= my_find_dir($::basedir,
290
["share/mysql-test/suite",
291
"mysql-test/suite",
292
+ "lib/mysql-test/suite",
293
"internal/mysql-test/suite",
294
"mysql-test",
295
# Look in storage engine specific suite dirs
0 commit comments