summaryrefslogtreecommitdiff
path: root/mysys/default.c
diff options
context:
space:
mode:
authorramil@mysql.com <>2005-05-16 13:40:57 +0500
committerramil@mysql.com <>2005-05-16 13:40:57 +0500
commit0b90c8bfd6986de6804c45f4a5b84965687a9427 (patch)
treef6fc1a25246d08d5d716ec93114fb39e23276639 /mysys/default.c
parent27c4182e6a03403584beb5b8da7cfac611410099 (diff)
downloadmariadb-git-0b90c8bfd6986de6804c45f4a5b84965687a9427.tar.gz
a fix (bug #10655: mysys/default.c compilation problem).
Diffstat (limited to 'mysys/default.c')
-rw-r--r--mysys/default.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysys/default.c b/mysys/default.c
index a680915b6d5..ba1a6c1513b 100644
--- a/mysys/default.c
+++ b/mysys/default.c
@@ -117,11 +117,10 @@ int my_correct_defaults_file(const char *file_location, const char *option,
char *file_buffer;
uint position= 0;
int is_found= FALSE;
+ DBUG_ENTER("my_correct_defaults_file");
optlen= strlen(option);
- DBUG_ENTER("my_correct_file");
-
if (!(cnf_file= my_fopen(file_location, O_RDWR, MYF(0))))
goto err_fopen;