File: mysqlClientLibraryVersions.Rd

package info (click to toggle)
rmysql 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: ansic: 1,666; makefile: 5; sh: 1
file content (19 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/extension.R
\name{mysqlClientLibraryVersions}
\alias{mysqlClientLibraryVersions}
\title{MySQL Check for Compiled Versus Loaded Client Library Versions}
\usage{
mysqlClientLibraryVersions()
}
\value{
A named integer vector of length two, the first element representing
the compiled library version and the second element representint the loaded
client library version.
}
\description{
This function prints out the compiled and loaded client library versions.
}
\examples{
mysqlClientLibraryVersions()
}