mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
This commit is contained in:
commit
edadf1144c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public:
|
||||||
bool has_triggers(trg_event_type event_type,
|
bool has_triggers(trg_event_type event_type,
|
||||||
trg_action_time_type action_time)
|
trg_action_time_type action_time)
|
||||||
{
|
{
|
||||||
return (bodies[event_type][action_time]);
|
return (bodies[event_type][action_time] != NULL);
|
||||||
}
|
}
|
||||||
bool has_delete_triggers()
|
bool has_delete_triggers()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue