class Mysql2::Statement

def execute(*args, **kwargs)

def execute(*args, **kwargs)
  Thread.handle_interrupt(::Mysql2::Util::TIMEOUT_ERROR_NEVER) do
    _execute(*args, **kwargs)
  end
end