collation mysql8 pandora_enterprise#9290

This commit is contained in:
Daniel Barbero Martin 2022-07-29 08:46:17 +02:00
parent b60ab583bf
commit fe1a2cd962
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ function events_get_all(
// Custom data. // Custom data.
if (empty($filter['custom_data']) === false) { if (empty($filter['custom_data']) === false) {
if (isset($config['dbconnection']->server_version) === true if (isset($config['dbconnection']->server_version) === true
&& $config['dbconnection']->server_version > 50600 && $config['dbconnection']->server_version > 80000
) { ) {
if ($filter['custom_data_filter_type'] === '1') { if ($filter['custom_data_filter_type'] === '1') {
$sql_filters[] = sprintf( $sql_filters[] = sprintf(