| 3398 | } |
| 3399 | |
| 3400 | void Context::setCurrentDatabase(const String & name) |
| 3401 | { |
| 3402 | std::lock_guard lock(mutex); |
| 3403 | setCurrentDatabaseWithLock(name, lock); |
| 3404 | } |
| 3405 | |
| 3406 | void Context::setCurrentDatabaseUnchecked(const String & name) |
| 3407 | { |
no outgoing calls