:max_scan typo in Mongo::Collection#find

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 1.5.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I noticed Mongo::Collection#find has typo.

      Line 220 in mongo/collection.rb

      show_disk_loc = opts.delete(:max_scan)
      

      I think :show_disk_loc is correct

      show_disk_loc = opts.delete(:show_disk_loc)
      

            Assignee:
            Kyle Banker (Inactive)
            Reporter:
            Masahiro Nakagawa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: