summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-11-07 13:47:03 +0200
committerMichael Widenius <monty@askmonty.org>2010-11-07 13:47:03 +0200
commit18292caa48f5cca9b651f62c1dbbffefadb33d9f (patch)
treebbd682ee8d0b60db6e4681a6438d79c44f2ae06a /sql/protocol.cc
parent5789f96c624d00aeef137602ab0c4828620748e8 (diff)
parentd178780289651e59baf16a36a8e451509eb8bb42 (diff)
downloadmariadb-git-18292caa48f5cca9b651f62c1dbbffefadb33d9f.tar.gz
Automatic merge
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r--sql/protocol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc
index 786d6ef8544..8a9d712077d 100644
--- a/sql/protocol.cc
+++ b/sql/protocol.cc
@@ -203,7 +203,7 @@ net_send_ok(THD *thd,
NET *net= &thd->net;
uchar buff[MYSQL_ERRMSG_SIZE+10],*pos;
bool error= FALSE;
- DBUG_ENTER("my_ok");
+ DBUG_ENTER("net_send_ok");
if (! net->vio) // hack for re-parsing queries
{