summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseLock2.in
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod@users.noreply.github.com>2018-12-22 19:00:18 +0530
committerGitHub <noreply@github.com>2018-12-22 19:00:18 +0530
commit60886eb6e1d50ed943f30943e24a7456571b61e9 (patch)
treecaeeb08178c67cb51431181fe8e0f78a1db90723 /tests/data/parser/parseLock2.in
parentaf9b143518a8f3446820352028f47dedd7bacf9a (diff)
parent09faf92c59feed5c2db7490372ba3dd3947707e8 (diff)
downloadsql-parser-60886eb6e1d50ed943f30943e24a7456571b61e9.zip
sql-parser-60886eb6e1d50ed943f30943e24a7456571b61e9.tar.gz
sql-parser-60886eb6e1d50ed943f30943e24a7456571b61e9.tar.bz2
Merge pull request #215 from devenbansod/fix/180
Add support for LOCK and UNLOCK Statements
Diffstat (limited to 'tests/data/parser/parseLock2.in')
-rw-r--r--tests/data/parser/parseLock2.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseLock2.in b/tests/data/parser/parseLock2.in
new file mode 100644
index 0000000..8740746
--- /dev/null
+++ b/tests/data/parser/parseLock2.in
@@ -0,0 +1 @@
+LOCK TABLES table1 AS `t1` READ; \ No newline at end of file