I am also simile issue
I am trying to execute the below query
SELECT COUNT(1),LEFT(a.DATETIME,10),a.shortcode,a.retry_count,b.operator_name
FROM
SMSGW_V3_BAK.smsgw_esme_log_2011_07 AS a, smsgw_config_v3.smsgw_esme AS b
WHERE a.esme_id=b.esme_id AND a.state=512 AND origin IN (‘88222’,’82344’) AND a.DATETIME < ‘2011-08-01’ GROUP BY 2,3,4,5;
I am getting error like
ERROR 5 (HY000): The query includes syntax that is not supported by the Infobright Optimizer. Either restructure the query with supported syntax, or enable the MySQL Query Path in the brighthouse.ini file to execute the query with reduced performance.
I am unable to update AllowMySQLQueryPath variable
mysql> set AllowMySQLQueryPath = 1;
ERROR 1193 (HY000): Unknown system variable ‘AllowMySQLQueryPath’
after executing the below query also I am getting same error
set @bh_dataformat = ‘txt_variable’;
Some one please help me on how to enable AllowMySQLQueryPath ?
Server version: 5.1.40 build number (revision)=IB_3.5.2_r11794_12393(ice)