3860
3864
server_version_string(DRIZZLE *con)
3864
3874
/* Only one thread calls this, so no synchronization is needed */
3872
3881
/* "limit 1" is protection against SQL_SELECT_LIMIT=0 */
3873
3882
if (!drizzle_query(con, "select @@version_comment limit 1") &&