1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL4189 Active state perl fixes

This commit is contained in:
Magnus Svensson
2008-10-08 20:25:28 +02:00
parent b3b8274e08
commit 5b8771ea3a
3 changed files with 14 additions and 4 deletions

View File

@ -65,9 +65,11 @@ BEGIN {
#
use Memoize;
memoize('mixed_path');
memoize('native_path');
memoize('posix_path');
if (!IS_WIN32PERL){
memoize('mixed_path');
memoize('native_path');
memoize('posix_path');
}
sub mixed_path {
my ($path)= @_;