mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
compiler warning fix
This commit is contained in:
@ -3412,7 +3412,9 @@ static int get_schema_triggers_record(THD *thd, TABLE_LIST *tables,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||||
ret:
|
ret:
|
||||||
|
#endif
|
||||||
DBUG_RETURN(0);
|
DBUG_RETURN(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user