~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/log_event.h

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:48:53 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702144853-itrmls4ae3h07lbr
Removed everything marked TO_BE_REMOVED.

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
#define BINLOG_MAGIC        "\xfe\x62\x69\x6e"
376
376
 
377
377
/*
378
 
  The 2 flags below were useless :
379
 
  - the first one was never set
380
 
  - the second one was set in all Rotate events on the master, but not used for
381
 
  anything useful.
382
 
  So they are now removed and their place may later be reused for other
383
 
  flags. Then one must remember that Rotate events in 4.x have
384
 
  LOG_EVENT_FORCED_ROTATE_F set, so one should not rely on the value of the
385
 
  replacing flag when reading a Rotate event.
386
 
  I keep the defines here just to remember what they were.
387
 
*/
388
 
#ifdef TO_BE_REMOVED
389
 
#define LOG_EVENT_TIME_F            0x1
390
 
#define LOG_EVENT_FORCED_ROTATE_F   0x2
391
 
#endif
392
 
 
393
 
/*
394
378
   This flag only makes sense for Format_description_log_event. It is set
395
379
   when the event is written, and *reset* when a binlog file is
396
380
   closed (yes, it's the only case when MySQL modifies already written