diff options
author | kostja@bodhi.(none) <> | 2007-07-16 23:41:28 +0400 |
---|---|---|
committer | kostja@bodhi.(none) <> | 2007-07-16 23:41:28 +0400 |
commit | 7989c712a62c9b1f63e0167b8843893af7fc5ba0 (patch) | |
tree | 182b287887217b74ee291b9e344358118e7e88f8 /sql/item.h | |
parent | c04ae188f5b9e45ab5610a044bd00b8dacabfe09 (diff) | |
parent | 1ecb226efa1eb4290f03ed2d9a3b8e8c612ed0a5 (diff) | |
download | mariadb-git-7989c712a62c9b1f63e0167b8843893af7fc5ba0.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into bodhi.(none):/opt/local/work/mysql-5.0-runtime
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sql/item.h b/sql/item.h index 26b39e0bd00..5b1a80a5f03 100644 --- a/sql/item.h +++ b/sql/item.h @@ -19,7 +19,7 @@ #endif class Protocol; -struct st_table_list; +struct TABLE_LIST; void item_init(void); /* Init item functions */ class Item_field; @@ -2315,14 +2315,6 @@ enum trg_action_time_type TRG_ACTION_BEFORE= 0, TRG_ACTION_AFTER= 1, TRG_ACTION_MAX }; -/* - Event on which trigger is invoked. -*/ -enum trg_event_type -{ - TRG_EVENT_INSERT= 0 , TRG_EVENT_UPDATE= 1, TRG_EVENT_DELETE= 2, TRG_EVENT_MAX -}; - class Table_triggers_list; /* |