diff options
author | unknown <malff/marcsql@weblab.(none)> | 2007-08-20 11:13:31 -0600 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2007-08-20 11:13:31 -0600 |
commit | 780590641d1cdc1888d91321ed65b3f700555e21 (patch) | |
tree | 5264f4fde1ef2dee84ed7addfcb088f73b9247ef /sql/log_event.h | |
parent | 0ece5608fc93d761387a0c081a255d06646a691a (diff) | |
parent | 3b1ec12f59f28718ef0fbd92412ebec4b87b1fd2 (diff) | |
download | mariadb-git-780590641d1cdc1888d91321ed65b3f700555e21.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
sql/field.cc:
Auto merged
sql/field.h:
Auto merged
sql/log_event.h:
Auto merged
sql/rpl_record.cc:
Auto merged
sql/slave.h:
Auto merged
sql/sql_base.cc:
Auto merged
sql/sql_class.cc:
Auto merged
sql/sql_handler.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_select.cc:
Auto merged
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 1c4c28e5c1a..3785a0bea0f 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -13,6 +13,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** + @addtogroup Replication + @{ + + @file + + Binary log event definitions. +*/ + #ifndef _log_event_h #define _log_event_h @@ -2546,7 +2555,7 @@ protected: <caption>Incident event format</caption> <tr> <th>Symbol</th> - <th>Size<br/>(bytes)</th> + <th>Size<br>(bytes)</th> <th>Description</th> </tr> <tr> @@ -2631,4 +2640,8 @@ static inline bool copy_event_cache_to_file_and_reinit(IO_CACHE *cache, reinit_io_cache(cache, WRITE_CACHE, 0, FALSE, TRUE); } +/** + @} (end of group Replication) +*/ + #endif /* _log_event_h */ |