mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
13cf8f5e9a
Replace * select_lex::offset_limit * select_lex::select_limit * select_lex::explicit_limit with select_lex::Lex_select_limit The Lex_select_limit already existed with the same elements and was used in by the yacc parser. This commit is in preparation for FETCH FIRST implementation, as it simplifies a lot of the code. Additionally, the parser is simplified by making use of the stack to return Lex_select_limit objects. Cleanup of init_query() too. Removes explicit_limit= 0 as it's done a bit later in init_select() with limit_params.empty() |
||
---|---|---|
.. | ||
build | ||
data | ||
lib | ||
mysql-test | ||
packages | ||
test | ||
tools | ||
udf | ||
vendor/groonga | ||
appveyor.yml | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
CMakeLists.txt | ||
config.sh.in | ||
configure.ac | ||
COPYING | ||
gpg_uid | ||
ha_mroonga.cpp | ||
ha_mroonga.def | ||
ha_mroonga.hpp | ||
Makefile.am | ||
mrn_constants.hpp | ||
mrn_err.h | ||
mrn_macro.hpp | ||
mrn_mysql.h | ||
mrn_mysql_compat.h | ||
mrn_table.cpp | ||
mrn_table.hpp | ||
mrn_variables.hpp | ||
mrn_version.h.in | ||
NEWS | ||
plugin_version | ||
README | ||
required_groonga_normalizer_mysql_version | ||
required_groonga_version | ||
sources.am | ||
version | ||
version_in_hex | ||
version_major | ||
version_micro | ||
version_minor |
See doc/locale/en/html/index.html or doc/locale/ja/html/index.html