Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1917 05/08/06 12:48:41 serg@stripped +1 -0
log_event.h:
extra safety for OPTIONS_WRITTEN_TO_BIN_LOG
sql/log_event.h
1.113 05/08/06 12:39:51 serg@stripped +4 -0
extra safety for OPTIONS_WRITTEN_TO_BIN_LOG
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-5.0
--- 1.112/sql/log_event.h Fri Jul 1 06:05:35 2005
+++ 1.113/sql/log_event.h Sat Aug 6 12:39:51 2005
@@ -393,6 +393,10 @@ struct sql_ex_info
#define OPTIONS_WRITTEN_TO_BIN_LOG (OPTION_AUTO_IS_NULL | \
OPTION_NO_FOREIGN_KEY_CHECKS | OPTION_RELAXED_UNIQUE_CHECKS)
+#if OPTIONS_WRITTEN_TO_BIN_LOG != ((1L << 14) | (1L << 26) | (1L << 27))
+#error OPTIONS_WRITTEN_TO_BIN_LOG must NOT change their values!
+#endif
+
enum Log_event_type
{
/*
| Thread |
|---|
| • bk commit into 5.0 tree (serg:1.1917) | Sergei Golubchik | 6 Aug |