# File lib/dbd_mysql/Mysql.rb, line 269
  def prepare(statement)
    Statement.new(self, @handle, statement, @mutex)
  end