mariadb/storage/innobase
Marko Mäkelä 105f46ffb8 MDEV-12273 Remove dict_table_t::does_not_fit_in_memory
In the InnoDB internal SQL parser, there is the keyword
DOES_NOT_FIT_IN_MEMORY that is never specified in any CREATE TABLE
statement that is passed to the InnoDB SQL parser
(que_eval_sql() or pars_sql() or yyparse()). If this keyword were
ever present, it would set the flag dict_table_t::does_not_fit_in_memory
which is only present in debug builds.

Let us remove all traces of this.

Also, fix storage/innobase/pars/make_flex.sh so that no the generated
file storage/innobase/pars/lexyy.cc works as is.

FIXME: Always generate the InnoDB Bison files at build time, similar
to how sql/sql_yacc.yy is handled. (This would still leave the
generated scanner files, unless we want to add a build-time dependency
for Flex.)
2017-03-16 10:24:53 +02:00
..
btr MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
buf Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
data Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
dict MDEV-11873 Unnecessary InnoDB warnings upon bootstrap 2017-03-14 17:11:46 +02:00
eval Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fil MDEV-12201 innodb_flush_method are not available on Windows 2017-03-09 19:19:38 +00:00
fsp Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
fts Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
fut Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
gis Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
ha MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
handler Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
ibuf Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
include MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
lock Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
log Fix some compilation warnings. 2017-03-13 18:11:36 +02:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
mtr Define a mtr_t::start() wrapper inline. 2017-03-13 18:11:01 +02:00
mysql-test/storage_engine MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
os Fix some compilation warnings. 2017-03-13 18:11:36 +02:00
page Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
pars MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
que Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
row Post-fix MDEV-12219 Discard temporary undo logs at transaction commit 2017-03-14 12:15:49 +02:00
srv MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to finish 2017-03-13 18:11:36 +02:00
sync Adjust an outdated comment. 2017-03-13 18:11:01 +02:00
trx MDEV-12219 Discard temporary undo logs at transaction commit 2017-03-13 18:57:17 +02:00
usr Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
CMakeLists.txt MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
compile-innodb move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Google move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Percona move to storage/innobase 2015-05-04 19:17:21 +02:00
innodb.cmake MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
plugin_exports Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs 2014-05-01 14:05:52 +02:00