osku
09265e8c7e
SQL parser: Modify syntax so that the only valid top-level statement is a
...
procedure definition, since it's the only the one that actually works.
2006-06-01 07:19:16 +00:00
osku
f752e64db7
Changes to InnoDB's SQL parser:
...
-Change default mode of SELECT from "lock in share mode" to "consistent
read".
-Remove support from SELECT for specifying "consistent read".
-Add support in SELECT for specifying "lock in share mode".
-Change all uses of SQL parser to specify "lock in share mode".
2006-05-31 05:34:18 +00:00
osku
25de125c4a
Add support for bound literals in the SQL parser.
2006-04-01 06:06:59 +00:00
osku
148369f5b1
Support user-function callbacks for processing results of FETCH statements
...
in InnoDB's SQL parser.
2006-03-29 11:20:29 +00:00
osku
b8f6fa77f1
Port r371 and r372 from branches/fts:
...
Add support for the EXIT keyword in InnoDB's SQL parser.
Add short introduction to query graphs.
2006-03-28 06:41:31 +00:00
osku
ee99d219a8
Add support for UNSIGNED types in InnoDB's SQL parser.
...
Remove trailing whitespace from flex/bison input files.
2006-03-17 12:44:34 +00:00
osku
3c7bed8c18
Enhance InnoDB SQL parser:
...
Add support for NOT NULL in column definitions.
Support INTEGER as an alias for INT.
Add pars/make_bison.sh to automate parser generation.
2006-02-20 07:51:37 +00:00
osku
a4f9f1d4e3
Add support for BINARY(n) and BLOB types in the InnoDB SQL parser.
2006-02-16 14:01:42 +00:00
osku
c307820962
Import 5.0 code.
2005-10-27 07:29:40 +00:00