How to get global variable in sphinx search which I have set it custom like
SET GLOBAL @test = (1,2,3)
SHOW GLOBAL VARIABLES returns
+----------------------+---------+
| Variable_name | Value |
+----------------------+---------+
| autocommit | 1 |
| collation_connection | libc_ci |
| query_log_format | plain |
| log_level | info |
+----------------------+---------+
4 rows in set (0.00 sec)