Re: [Maria-developers] Please review: [Commits] Rev 3538: Fix bug lp:1008773 in file:///home/tsk/mprog/src/5.3-lpb1008773/

2012-06-17 Thread Pantelis Theodosiou
ax error would be returned on parsing. is correct only up to SQL-99 standard. There was a relevant discussion in SO: Why does MySQL add a feature that conflicts with SQL standards?<http://stackoverflow.com/questions/7594865/why-does-mysql-add-a-feature-that-conflicts-with-sql-standards

Re: [Maria-developers] [Maria-discuss] Query ambiguity

2018-05-17 Thread Pantelis Theodosiou
readable and easy to edit: https://mariadb.com/kb/en/library/with/ Best regards Pantelis Theodosiou On Thu, May 17, 2018 at 11:23 AM, wrote: > You're not making a lot of sense here. Please explain the "ambiguity". > That's a fairly complex query so you should include

Re: [Maria-developers] LIMIT ROWS MATCHED

2014-05-16 Thread Pantelis Theodosiou
etter that the existing ones. Pantelis Theodosiou On Fri, May 16, 2014 at 12:11 PM, Colin Charles wrote: > Hi! > > http://seonguck.blogspot.kr/2014/05/limit-rows-matched.html > > We have a potential contribution here for a LIMIT ROWS MATCHED feature - > might be interesting

[Maria-developers] Different results from UNION and UNION DISTINCT

2016-06-21 Thread Pantelis Theodosiou
) The query in question is very simple: SELECT a AS result FROM tableXUNION DISTINCTSELECT b FROM tableX ; I couldn't find a related bug in the MDEV. Is this a known (or fixed) issue or should I go and add a bug report/ Pantelis Theodosiou ___ Ma