Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-1338

Capped size in bytes is limited to 32bit integer, need 64bit integer

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.0-rc0
    • Affects Version/s: 3.1.1
    • Component/s: API
    • Labels:
    • Minor Change

      for capped collection size:
      legacy driver correctly use a long long in bool mongo::DBClientWithCommands::createCollection
      new driver use int instead:
      create_collection& mongocxx::options::create_collection::size ( int max_size )

            Assignee:
            rassi J Rassi
            Reporter:
            michele.lunardi Michele
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: