1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

compiler warnings

This commit is contained in:
Sergei Golubchik
2014-09-04 21:37:10 +02:00
parent fc2df3c637
commit fe0ff58000
8 changed files with 8 additions and 10 deletions

View File

@ -85,7 +85,7 @@ class Event_queue_element : public Event_basic
public:
int on_completion;
int status;
longlong originator;
uint32 originator;
my_time_t last_executed;
my_time_t execute_at;