Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$and Operator Error #1559

Open
wants to merge 1,949 commits into
base: v7.0
Choose a base branch
from
Open

$and Operator Error #1559

wants to merge 1,949 commits into from

Conversation

saurabhprasadsah
Copy link

when two condition will be apply:
$and ->operator:

db.emp.find({$and:[{'sal':{$get:5000}},{'dept':'coding'}]})

without $and opeartor:
same result will be shown
db.emp.find({'sal':{$get:5000}},{'dept':'coding'})

mm-ng and others added 30 commits June 27, 2023 00:26
…ch mongodb-master

ref: d70d6394cf..62cb7393bd
for: 7.1.0-rc0

WT-9840 Verify fails after salvage of FLCS
…ch mongodb-master

ref: 62cb7393bd..0596db6d92
for: 7.1.0-rc0

WT-11207 Force timestamped transactions for 4.2 in compatibility testing
…ch mongodb-master

ref: 0596db6d92..3fec160f84
for: 7.1.0-rc0

WT-11168 Remove page image reuse logic
Co-authored-by: Charlie Swanson <charlie.swanson@mongodb.com>
Testing multiline comment and co-author in merge message.
…tFCV command

After SERVER-77387, an ongoing createIndex command can be aborted with error 'IndexBuildAborted' if a setFeatureCompatibilityVersion command is run at the same time. This only occurs in suite
fcv_upgrade_downgrade_replica_sets_jscore_passthrough which sends setFCV command continously.
In that suite, we should retry any createIndex command that failed with that error.
…und grouping fields -- updated"

This reverts commit 288a08f.
…o acceptable errors in write without shard key concurrency tests
kaloianm and others added 29 commits July 7, 2023 08:14
…harding_last_lts_mongos_and_mixed_shards suite with config shard enabled
…ion for unprepared transactions rather than delegating to OpObserverImpl

This commit also moves the oplog reservation logic, which is used for generating
the applyOps entry information, out of OpObserverImpl into TransactionParticipant.
…s validation account for retries in transaction suites
…grade hook

Add two sharded test suites fcv_upgrade_downgrade_sharding_jscore_passthrough
and fcv_upgrade_downgrade_sharded_collections_jscore_passthrough, which will
run a background hook to perform repeated fcv upgrade/downgrade while the tests
are running.
… number of orphaned documents <= total number of documents
@saurabhprasadsah saurabhprasadsah changed the title two operator $and Operator Error Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment