Corrected misnamed DBUG_ENTER in create_temp_file

parent 607a6191
...@@ -40,7 +40,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix, ...@@ -40,7 +40,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix,
myf MyFlags __attribute__((unused))) myf MyFlags __attribute__((unused)))
{ {
File file= -1; File file= -1;
DBUG_ENTER("open_temp_file"); DBUG_ENTER("create_temp_file");
#if defined(_MSC_VER) #if defined(_MSC_VER)
{ {
char temp[FN_REFLEN],*end,*res,**old_env,*temp_env[1]; char temp[FN_REFLEN],*end,*res,**old_env,*temp_env[1];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment