evalcreatetablets(idbigintunsignednotnull,wintnotnull,queryvarchar(255)notnull,index(query))engine=sphinxconnection="sphinx://127.0.0.1:$SPHINXSEARCH_PORT/*";let$q1=SELECT*FROMtssiWHEREsi.query=';mode=extended2;limit=1000000;maxmatches=500';let$q2=SELECT*FROMtssiWHEREsi.query='@* 123nothingtofind123;mode=extended2;limit=1000000;maxmatches=500';######################### BUG BUG BUG !!!# Note, the result below is incorrect! It should be updated when# MDEV-5539 is fixed upstream!!!########################evalSELECTa.*FROM($q1)ASaUNIONSELECTb.*FROM($q2)ASb;evalSELECTa.*FROM($q2)ASaUNIONSELECTb.*FROM($q1)ASb;droptablets;