summaryrefslogtreecommitdiff
path: root/myisammrg
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2005-04-28 18:34:47 +0200
committerunknown <ingo@mysql.com>2005-04-28 18:34:47 +0200
commit275c8e77907791f62ed334d9cafaba8d734a4d33 (patch)
treeea4115646abfd43ccb3b77d3f24440ae9d7b1f9c /myisammrg
parent21d16ca707831b757aa6bc88f106da60529bf9d0 (diff)
parentf0e256efe4a569788908d4ff9d672010b878449b (diff)
downloadmariadb-git-275c8e77907791f62ed334d9cafaba8d734a4d33.tar.gz
Merge mysql.com:/home/mydev/mysql-4.1-bug5964
into mysql.com:/home/mydev/mysql-4.1-4100
Diffstat (limited to 'myisammrg')
-rw-r--r--myisammrg/myrg_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisammrg/myrg_open.c b/myisammrg/myrg_open.c
index a59ccb7d966..0dc2f4f9768 100644
--- a/myisammrg/myrg_open.c
+++ b/myisammrg/myrg_open.c
@@ -80,7 +80,7 @@ MYRG_INFO *myrg_open(const char *name, int mode, int handle_locking)
continue; /* Skip comments */
}
- if (!test_if_hard_path(buff))
+ if (!has_path(buff))
{
VOID(strmake(name_buff+dir_length,buff,
sizeof(name_buff)-1-dir_length));