v.25.6Bug Fix (user-visible misbehavior in an official stable release)
Previously, MongoDB table engine definitions could include
Previously,MongoDBtable engine definitions could include a path component in thehost:portargument which was silently ignored. The mongodb integration refuses to load such tables. With this fix we allow loading such tables and ignore path component ifMongoDBengine has five arguments, using the database name from arguments. Note: The fix is not applied for newly created tables or queries withmongotable function, as well as for dictionary sources and named collections. #81942 (Vladimir Cherkasov).