Loading sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -3915,6 +3915,8 @@ int ha_ndbcluster::extra(enum ha_extra_function operation) DBUG_PRINT("info", ("HA_EXTRA_UPDATE_CANNOT_BATCH")); m_update_cannot_batch= TRUE; break; default: break; } DBUG_RETURN(0); Loading sql/sql_trigger.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ class Table_triggers_list: public Sql_alloc 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() { Loading Loading
sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -3915,6 +3915,8 @@ int ha_ndbcluster::extra(enum ha_extra_function operation) DBUG_PRINT("info", ("HA_EXTRA_UPDATE_CANNOT_BATCH")); m_update_cannot_batch= TRUE; break; default: break; } DBUG_RETURN(0); Loading
sql/sql_trigger.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ class Table_triggers_list: public Sql_alloc 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() { Loading