[MXS-709] Extend qc_sqlite so that set.test passes. Created: 2016-05-04  Updated: 2016-05-30  Resolved: 2016-05-30

Status: Closed
Project: MariaDB MaxScale
Component/s: qc_sqlite
Affects Version/s: None
Fix Version/s: 2.0.0

Type: Task Priority: Major
Reporter: Johan Wikman Assignee: Johan Wikman
Resolution: Done Votes: 0
Labels: None

Epic Link: sqlite based query classifier
Sprint: 2016-9, 2016-10

 Description   

set.test was created by

$ cd server/mysql-test/t
$ egrep -i "^SET" > set.test



 Comments   
Comment by Johan Wikman [ 2016-05-30 ]

Most SET statements are classified correctly, but some are classified
correctly only based on keywords and not by having been parsed.

For instance, the following:
SET @arg00=_binary 0xD800; # The cast
SET @'a' = 1; # The variable being inside quotes
SET PASSWORD FOR ... # id FOR...

are not parsed, but only classified from keywords. The result is in
full agreement with qc_mysqlembedded though.

Generated at Thu Feb 08 04:01:21 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.