Skip to content

Commit 88774b7

Browse files
ltangvaldprashanttekriwal
authored andcommitted
Backport fix for Bug#22849423 to 5.6
The fix adds the Debian/Ubuntu install path to mtr search ca (cherry picked from commit a3ef6eadac144cc4aa426e0b1a6e027d55ac7d36)
1 parent fbd6a14 commit 88774b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql-test/lib/mtr_cases.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- cperl -*-
2-
# Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -289,6 +289,7 @@ sub collect_one_suite($)
289289
$suitedir= my_find_dir($::basedir,
290290
["share/mysql-test/suite",
291291
"mysql-test/suite",
292+
"lib/mysql-test/suite",
292293
"internal/mysql-test/suite",
293294
"mysql-test",
294295
# Look in storage engine specific suite dirs

0 commit comments

Comments
 (0)