mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed compilation error on Windows
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
bool has_triggers(trg_event_type event_type,
|
||||
trg_action_time_type action_time)
|
||||
{
|
||||
return (bodies[event_type][action_time]);
|
||||
return (bodies[event_type][action_time] != NULL);
|
||||
}
|
||||
bool has_delete_triggers()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user