diff options
author | serg@serg.mylan <> | 2004-07-22 00:26:33 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-07-22 00:26:33 +0200 |
commit | aa35efd2924ab403a1bf68d16633b3c07c9f87f7 (patch) | |
tree | 8cd0c0e590ed0d49e90882e0a975bd31a5e810b0 /sql/opt_range.h | |
parent | c9fd77577756f8bd1535fb9c346cb76964cd4bc4 (diff) | |
download | mariadb-git-aa35efd2924ab403a1bf68d16633b3c07c9f87f7.tar.gz |
after merge fixes
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 */ |