Commit 1d9a8f7d authored by unknown's avatar unknown

Corrected misnamed DBUG_ENTER in create_temp_file


mysys/mf_tempfile.c:
  Corrected misnamed DBUG_ENTER
parent dbdda602
......@@ -40,7 +40,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix,
myf MyFlags __attribute__((unused)))
{
File file= -1;
DBUG_ENTER("open_temp_file");
DBUG_ENTER("create_temp_file");
#if defined(_MSC_VER)
{
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