summaryrefslogtreecommitdiff
path: root/sql/event_parse_data.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-04 21:37:10 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:38:26 +0200
commitfe0ff580009a5d5bdb853224568a7eaaf147f060 (patch)
tree46448ec4258173b05c81681e2d1405138539dde3 /sql/event_parse_data.h
parentfc2df3c637d51c4ab32132e2d8f63dbe7e80f056 (diff)
downloadmariadb-git-fe0ff580009a5d5bdb853224568a7eaaf147f060.tar.gz
compiler warnings
Diffstat (limited to 'sql/event_parse_data.h')
-rw-r--r--sql/event_parse_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_parse_data.h b/sql/event_parse_data.h
index faf42db623a..3ca7fcaab72 100644
--- a/sql/event_parse_data.h
+++ b/sql/event_parse_data.h
@@ -57,7 +57,7 @@ public:
int on_completion;
int status;
bool status_changed;
- longlong originator;
+ uint32 originator;
/*
do_not_create will be set if STARTS time is in the past and
on_completion == ON_COMPLETION_DROP.