mariadb/storage/mroonga
Vicențiu Ciorbaru 13cf8f5e9a cleanup: Refactor select_limit in select lex
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()
2021-04-21 14:08:58 +03:00
..
build
data
lib Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
mysql-test fixup 6c3e860cbf 2021-04-14 15:23:00 +03:00
packages
test
tools MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00
udf
vendor/groonga Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
appveyor.yml MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00
AUTHORS
autogen.sh
ChangeLog
CMakeLists.txt MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
config.sh.in
configure.ac MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
COPYING
gpg_uid
ha_mroonga.cpp cleanup: Refactor select_limit in select lex 2021-04-21 14:08:58 +03:00
ha_mroonga.def
ha_mroonga.hpp Merge 10.4 into 10.5 2020-12-02 18:29:49 +02:00
Makefile.am
mrn_constants.hpp
mrn_err.h
mrn_macro.hpp
mrn_mysql.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mrn_mysql_compat.h cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
mrn_table.cpp MDEV-11412 Ensure that table is truly dropped when using DROP TABLE 2020-06-14 19:39:42 +03:00
mrn_table.hpp Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mrn_variables.hpp perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
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