← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (psergey:2700)

 

#At lp:maria based on revid:knielsen@xxxxxxxxxxxxxxx-20090511153130-ww69mb5imjbrjht4

 2700 Sergey Petrunia	2009-05-19
      Remove unused enum member
      modified:
        sql/opt_range.cc

=== modified file 'sql/opt_range.cc'
--- a/sql/opt_range.cc	2009-05-06 12:03:24 +0000
+++ b/sql/opt_range.cc	2009-05-18 20:15:57 +0000
@@ -284,7 +284,7 @@ public:
   SEL_ARG *parent;        /* R-B tree parent */
   SEL_ARG *next_key_part; 
   enum leaf_color { BLACK,RED } color;
-  enum Type { IMPOSSIBLE, MAYBE, MAYBE_KEY, KEY_RANGE } type;
+  enum Type { IMPOSSIBLE, MAYBE_KEY, KEY_RANGE } type;
 
   enum { MAX_SEL_ARGS = 16000 };