Commit 2971fc18 authored by unknown's avatar unknown
Browse files

Complete missing part of Mats' HPUX NO_FLAGS fix

parent cff44050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1784,7 +1784,7 @@ class Rows_log_event : public Log_event
  /* Special constants representing sets of flags */
  enum 
  {
      NO_FLAGS = 0U
      RLE_NO_FLAGS = 0U
  };

  virtual ~Rows_log_event();