mysqlClientLibraryVersions      package:RMySQL      R Documentation

_M_y_S_Q_L _C_h_e_c_k _f_o_r _C_o_m_p_i_l_e_d _V_e_r_s_u_s _L_o_a_d_e_d _C_l_i_e_n_t _L_i_b_r_a_r_y _V_e_r_s_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     This function prints out the compiled and loaded client library
     versions.

_U_s_a_g_e:

     mysqlClientLibraryVersions()

_V_a_l_u_e:

     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.

