collation mysql8 pandora_enterprise#9290
This commit is contained in:
parent
b60ab583bf
commit
fe1a2cd962
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue