summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-07-22 00:26:33 +0200
committerunknown <serg@serg.mylan>2004-07-22 00:26:33 +0200
commit1d29e6b0d46abd0416a151734e3b95171a9666a4 (patch)
tree8cd0c0e590ed0d49e90882e0a975bd31a5e810b0 /sql/opt_range.h
parenta9856042bc2955bb92da5a4b62fe5c756be84bcb (diff)
downloadmariadb-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.h2
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 */