summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.h
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-08-30 03:00:19 +0400
committerkostja@bodhi.local <>2006-08-30 03:00:19 +0400
commitebb70704303ef3f7e227e8102d8eb4b466bdd9e4 (patch)
tree844b46ab5d82eec374f925e63be3812e697f87e3 /sql/sql_trigger.h
parent0368914b9a22891e9eac2b8a77dfbe43ea80c820 (diff)
parent3bf609b7f2b73555b1e241dc7c354818b0bbbc5a (diff)
downloadmariadb-git-ebb70704303ef3f7e227e8102d8eb4b466bdd9e4.tar.gz
Merge bodhi.local:/opt/local/work/mysql-5.0-runtime-safemerge
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to 'sql/sql_trigger.h')
-rw-r--r--sql/sql_trigger.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/sql_trigger.h b/sql/sql_trigger.h
index 13a919c09ca..b2464745f7c 100644
--- a/sql/sql_trigger.h
+++ b/sql/sql_trigger.h
@@ -92,10 +92,8 @@ public:
}
~Table_triggers_list();
- bool create_trigger(THD *thd, TABLE_LIST *table,
- LEX_STRING *definer_user,
- LEX_STRING *definer_host);
- bool drop_trigger(THD *thd, TABLE_LIST *table);
+ bool create_trigger(THD *thd, TABLE_LIST *table, String *stmt_query);
+ bool drop_trigger(THD *thd, TABLE_LIST *table, String *stmt_query);
bool process_triggers(THD *thd, trg_event_type event,
trg_action_time_type time_type,
bool old_row_is_record1);