From eaa7615eb1e1cb2f08248a64cf6bdf46fbf75117 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 May 2005 13:40:57 +0500 Subject: a fix (bug #10655: mysys/default.c compilation problem). mysys/default.c: a fix (bug #10655: mysys/default.c compilation problem). DBUG_ENTER() must be the first. --- mysys/default.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mysys') 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; -- cgit v1.2.1