summaryrefslogtreecommitdiff
path: root/sql/events.cc
diff options
context:
space:
mode:
authormalff/marcsql@weblab.(none) <>2007-03-01 16:39:00 -0700
committermalff/marcsql@weblab.(none) <>2007-03-01 16:39:00 -0700
commit86c6eb708942eb2a295fda9b90ff93239857aad3 (patch)
treef5a2345887116e148b0d64250f0a0d7d2f93ebd2 /sql/events.cc
parente46083c9cf641550e56c5d73aefd978cd02fc4dc (diff)
downloadmariadb-git-86c6eb708942eb2a295fda9b90ff93239857aad3.tar.gz
Fixed compiler warnings
Diffstat (limited to 'sql/events.cc')
-rw-r--r--sql/events.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/events.cc b/sql/events.cc
index 425e288dfb7..07d248c7b11 100644
--- a/sql/events.cc
+++ b/sql/events.cc
@@ -923,7 +923,7 @@ Events::load_events_from_db(THD *thd)
bool clean_the_queue= TRUE;
DBUG_ENTER("Events::load_events_from_db");
- DBUG_PRINT("enter", ("thd=0x%lx", thd));
+ DBUG_PRINT("enter", ("thd: 0x%lx", (long) thd));
if ((ret= db_repository->open_event_table(thd, TL_READ, &table)))
{