class ActiveRecord::ConnectionAdapters::NullPool

def initialize

def initialize
  super()
  @mutex = Mutex.new
  @server_version = nil
end