mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed a copy-and-paste error: mysql_create_frm() should have
its own enter string.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user