summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authoringo@mysql.com <>2004-07-29 10:33:33 +0200
committeringo@mysql.com <>2004-07-29 10:33:33 +0200
commitfd1fad4371c0768576f80d20cfad433a189fa06e (patch)
tree9fde8c293cec0938c80c25cea4d35b596d3c8713 /sql/unireg.cc
parent88f6267b635fd21d276923360ee810588aa6f77b (diff)
downloadmariadb-git-fd1fad4371c0768576f80d20cfad433a189fa06e.tar.gz
Fixed a copy-and-paste error: mysql_create_frm() should have
its own enter string.
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r--sql/unireg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc
index b5f6c3546a4..c82fcc4abef 100644
--- a/sql/unireg.cc
+++ b/sql/unireg.cc
@@ -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)))