mysql_version_history: Retrieve MySQL Version Release History

Description Usage Arguments Details Note

View source: R/mysql.R

Description

Scrapes https://downloads.mysql.com/archives/community/ to build a data frame of openresty version release numbers and dates with pesudo-semantic version strings parsed and separate fields added. The data frame is also arranged in order from lowest version to latest version and the vers column is an ordered factor.

Usage

1

Arguments

refresh

if TRUE and there ~/.vershist cache dir exists, will cause the version history database for apache to be rebuilt. Defaults to FALSE and has no effect if ~/.vershist cache dir does not exist.

Details

The selector for versioning is "Generic Linux (Architecture Independent)" and the first found date is used for the rls_date. File an issue or PR if alternate behaviour is required.

Note

This is an expensive function as it does quite a bit of scraping. Please consider using the cache option for the results unless absolutely necessary.


hrbrmstr/vershist documentation built on Feb. 3, 2020, 12:10 a.m.