1
0
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:
mskold/marty@mysql.com/linux.site
2007-04-05 06:49:43 +02:00
parent 625a2629f0
commit 84eb172c1a

View File

@@ -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()
{