mysql: don't prepare strings if they won't be used
in particular, don't call server_version_string() unnecessary, because it runs 'SELECT @@version_comment' and this might block under certain galera settings (wsrep_sync_wait).
Showing
Please register or sign in to comment