1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
parent a9856042bc
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 */