Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shamalli

    (@mihail-chepovskiy)

    Hello,

    the plugin uses this condition to call X() and Y() functions ONLY for MySQL version below 5.6.1

    if (function_exists(‘mysqli_get_server_info’) && $wpdb->dbh && version_compare(preg_replace(‘#[^0-9.]#’, ”, mysqli_get_server_info($wpdb->dbh)), ‘5.6.1’, ‘<‘)) {

    MySQL version greater than 5.6.1 uses ST_Contains() function, which is fine for MySQL 8

    Thread Starter Mark Berube

    (@jaku78)

    That makes sense. Thanks for the reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please update plugin for future MySQL compatibility’ is closed to new replies.