summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2004-07-29 10:33:33 +0200
committerunknown <ingo@mysql.com>2004-07-29 10:33:33 +0200
commit96d0e46bcb6bddac6235d7083153eaf1980b5cc2 (patch)
tree9fde8c293cec0938c80c25cea4d35b596d3c8713 /sql/unireg.cc
parent805f5aa186640bc6a7449e1affb6106b7ee53b32 (diff)
downloadmariadb-git-96d0e46bcb6bddac6235d7083153eaf1980b5cc2.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)))