diff options
Diffstat (limited to 'sql/event.h')
-rw-r--r-- | sql/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event.h b/sql/event.h index 80629fa0a70..c3f3b44d557 100644 --- a/sql/event.h +++ b/sql/event.h @@ -157,7 +157,7 @@ public: update_fields(THD *thd); char * - get_show_create_event(THD *thd, uint *length); + get_show_create_event(THD *thd, uint32 *length); int execute(THD *thd, MEM_ROOT *mem_root= NULL); |