Commit fd1fad43 authored by ingo@mysql.com's avatar ingo@mysql.com

Fixed a copy-and-paste error: mysql_create_frm() should have

its own enter string.
parent 88f6267b
......@@ -75,7 +75,7 @@ bool mysql_create_frm(THD *thd, my_string file_name,
uchar fileinfo[64],forminfo[288],*keybuff;
TYPELIB formnames;
uchar *screen_buff;
DBUG_ENTER("rea_create_table");
DBUG_ENTER("mysql_create_frm");
formnames.type_names=0;
if (!(screen_buff=pack_screens(create_fields,&info_length,&screens,0)))
......
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