method

execute_and_free

execute_and_free(sql, name = nil)
public

MysqlAdapter has to free a result after using it, so we use this method to write stuff in a abstract way without concerning ourselves about whether it needs to be explicitly freed or not.