Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
-
None
Description
I sent a query:
select * from tutorial::yn::tutorialperson USE INDEX (tutorial::yn::peoplebyzipindex) WHERE zip= '33442'
and it failed. But, the following query works:
select * from tutorial::yn::tutorialperson USE INDEX (tutorial::yn::peoplebyzipindex) WHERE zip= '33442' LIMIT 100