diff options
author | unknown <serg@serg.mylan> | 2004-07-22 00:26:33 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-22 00:26:33 +0200 |
commit | 1d29e6b0d46abd0416a151734e3b95171a9666a4 (patch) | |
tree | 8cd0c0e590ed0d49e90882e0a975bd31a5e810b0 /sql/opt_range.h | |
parent | a9856042bc2955bb92da5a4b62fe5c756be84bcb (diff) | |
download | mariadb-git-1d29e6b0d46abd0416a151734e3b95171a9666a4.tar.gz |
after merge fixes
sql/opt_range.h:
compatibility fix
sql/sql_lex.cc:
cleanup
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index 90fae043f26..8826705c9a7 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -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 */ |