[SERVER-3190] If there are too many regular expressions in query expression, the matcher logs a message and continues instead of uasserting Created: 03/Jun/11  Updated: 29/Aug/11  Resolved: 29/Aug/11

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Aaron Staple Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:

 Description   

> t.drop();
true
> t.save(

{a:'a',b:'b',c:'c',d:'d',e:'e'}

);
> t.count(

{a:/a/}

)
1
> t.count(

{a:/a/,b:/b/}

)
1
> t.count(

{a:/a/,b:/b/,c:/c/}

)
1
> t.count(

{a:/a/,b:/b/,c:/c/,d:/d/}

)
1
> t.count(

{a:/a/,b:/b/,c:/c/,d:/d/,e:/e/}

)
1
> t.count(

{a:/a/,b:/b/,c:/c/,d:/d/,e:/z/}

)
1
>



 Comments   
Comment by Eliot Horowitz (Inactive) [ 29/Aug/11 ]

SERVER-969

Generated at Thu Feb 08 03:02:21 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.