after merge fixes

sql/opt_range.h:
  compatibility fix
sql/sql_lex.cc:
  cleanup
This commit is contained in:
unknown 2004-07-22 00:26:33 +02:00
commit 1d29e6b0d4
8 changed files with 62 additions and 63 deletions

View file

@ -146,7 +146,7 @@ public:
QS_TYPE_RANGE_DESC = 2,
QS_TYPE_FULLTEXT = 3,
QS_TYPE_ROR_INTERSECT = 4,
QS_TYPE_ROR_UNION = 5,
QS_TYPE_ROR_UNION = 5
};
/* Get type of this quick select - one of the QS_TYPE_* values */