File: mysqlClientLibraryVersions.Rd

package info (click to toggle)
rmysql 0.7-5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 708 kB
  • ctags: 276
  • sloc: ansic: 2,719; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% $Id$
\name{mysqlClientLibraryVersions}
\alias{mysqlClientLibraryVersions}
\title{MySQL Check for Compiled Versus Loaded Client Library Versions}
\description{
	This function prints out the compiled and 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.
}
\keyword{database}
% vim: syntax=tex