mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
9f14faf7e7
Changes in 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". * Modify syntax so that the only valid top-level statement is a procedure definition, since it's the only one that actually works. * Add support for lock waits. |
||
---|---|---|
.. | ||
lexyy.c | ||
make_bison.sh | ||
make_flex.sh | ||
Makefile.am | ||
pars0grm.c | ||
pars0grm.h | ||
pars0grm.y | ||
pars0lex.l | ||
pars0opt.c | ||
pars0pars.c | ||
pars0sym.c |