mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
after merge fixes
sql/opt_range.h: compatibility fix sql/sql_lex.cc: cleanup
This commit is contained in:
parent
a9856042bc
commit
1d29e6b0d4
8 changed files with 62 additions and 63 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue