3914
3914
drizzle_result_st result;
3919
3919
/* "limit 1" is protection against SQL_SELECT_LIMIT=0 */
3920
(void)drizzle_query_str(con, &result, "select @@version_comment limit 1",
3922
3922
if (ret == DRIZZLE_RETURN_OK &&
3923
3923
drizzle_result_buffer(&result) == DRIZZLE_RETURN_OK)