mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
References lp:1051808 - merged with lp:maria/5.5
bzr merge lp:maria/5.5 ... Text conflict in CMakeLists.txt Text conflict in sql/mysqld.cc Text conflict in sql/sql_class.h Text conflict in sql/sql_truncate.cc 4 conflicts encountered.
This commit is contained in:
@ -1334,6 +1334,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db,
|
||||
triggers->definitions_list.elements);
|
||||
|
||||
table->triggers= triggers;
|
||||
status_var_increment(thd->status_var.feature_trigger);
|
||||
|
||||
/*
|
||||
TODO: This could be avoided if there is no triggers
|
||||
@ -2116,6 +2117,8 @@ bool Table_triggers_list::process_triggers(THD *thd,
|
||||
if (sp_trigger == NULL)
|
||||
return FALSE;
|
||||
|
||||
status_var_increment(thd->status_var.executed_triggers);
|
||||
|
||||
if (old_row_is_record1)
|
||||
{
|
||||
old_field= record1_field;
|
||||
|
Reference in New Issue
Block a user