summaryrefslogtreecommitdiff
path: root/sql/event_timed.cc
diff options
context:
space:
mode:
authorunknown <cmiller@calliope.local>2006-03-09 15:22:11 -0500
committerunknown <cmiller@calliope.local>2006-03-09 15:22:11 -0500
commita2498602e81721145e87515d7606186d54d24758 (patch)
tree31b8f868d9fd4af8bd35cfaea3b3821b269ba2e4 /sql/event_timed.cc
parent56df722382767cb8ac272607f5e3fbaa0839661d (diff)
parent3840774309bc4b812db7dd5caef0d598c56b5f3d (diff)
downloadmariadb-git-a2498602e81721145e87515d7606186d54d24758.tar.gz
Merge calliope.local:/Users/cmiller/work/src/mysql-5.1-new
into calliope.local:/Users/cmiller/work/src/mysql-5.1-new__cleanup_mysqldump BitKeeper/etc/ignore: auto-union mysql-test/t/mysqldump.test: Auto merged
Diffstat (limited to 'sql/event_timed.cc')
-rw-r--r--sql/event_timed.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/event_timed.cc b/sql/event_timed.cc
index a8620197668..c1fd433dc5b 100644
--- a/sql/event_timed.cc
+++ b/sql/event_timed.cc
@@ -1063,8 +1063,6 @@ Event_timed::get_create_event(THD *thd, String *buf)
DBUG_RETURN(EVEX_MICROSECOND_UNSUP);
buf->append(STRING_WITH_LEN("CREATE EVENT "));
- append_identifier(thd, buf, dbname.str, dbname.length);
- buf->append(STRING_WITH_LEN("."));
append_identifier(thd, buf, name.str, name.length);
buf->append(STRING_WITH_LEN(" ON SCHEDULE "));