mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
build fixes
sql/event.cc: - make this not unsigned. gcc complains sql/event_timed.cc: acl_getroot_no_password() is not there in libmysqld, disable it's usage in this case. sql/set_var.cc: fix for the broken build of Serg. gcc seems to be pretty happy without the return and returns the value of the last statement
This commit is contained in:
@ -1239,7 +1239,7 @@ int db_drop_event(THD *thd, event_timed *et, bool drop_if_exists,
|
||||
{
|
||||
TABLE *table;
|
||||
Open_tables_state backup;
|
||||
uint ret;
|
||||
int ret;
|
||||
|
||||
DBUG_ENTER("db_drop_event");
|
||||
ret= EVEX_OPEN_TABLE_FAILED;
|
||||
|
Reference in New Issue
Block a user