Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1343

databases still show up after being dropped

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Environment:
      db version v1.5.4-pre-, pdfile version 4.5
      Thu Jul 1 17:22:35 git version: 1d96219addad2a007375043b06731392fe388bbf
    • ALL

      "show dbs" still shows the database after it's dropped:

      > use foo
      switched to db foo
      > db.bar.insert(

      {x:1}

      )
      > db.dropDatabase()

      { "dropped" : "foo", "ok" : 1 }

      > show dbs
      admin
      foo
      local

            Assignee:
            alerner Alberto Lerner
            Reporter:
            kristina Kristina Chodorow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: