#At lp:maria based on
revid:[email protected]
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 };
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help : https://help.launchpad.net/ListHelp