# File lib/dbd/mysql/driver.rb, line 115 def __reload(host, user, password, port=nil, sock=nil, flag=nil) handle = ::Mysql.connect(host, user, password, nil, port, sock, flag) begin handle.reload ensure handle.close if handle end end