summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2007-03-31 00:29:18 +0400
committerunknown <sergefp@mysql.com>2007-03-31 00:29:18 +0400
commit080c0c7ac8df45e6d6eb544e611183d029f4fb63 (patch)
tree6d230f7106b7719f705450b6dc07faa89a8270e3 /sql/sql_lex.h
parent9b358f811b046ce5e188235d7e3d60424d5579e7 (diff)
downloadmariadb-git-080c0c7ac8df45e6d6eb544e611183d029f4fb63.tar.gz
BUG#26624: high mem usage (crash) in range optimizer
Pushbuild fixes: - Make MAX_SEL_ARGS smaller (even 16K records_in_range() calls is more than it makes sense to do in typical cases) - Don't call sel_arg->test_use_count() if we've already allocated more than MAX_SEL_ARGs elements. The test will succeed but will take too much time for the test suite (and not provide much value). mysql-test/r/range.result: BUG#26624: high mem usage (crash) in range optimizer Pushbuild fixes: make the test go faster mysql-test/t/range.test: BUG#26624: high mem usage (crash) in range optimizer Pushbuild fixes: make the test go faster
Diffstat (limited to 'sql/sql_lex.h')
0 files changed, 0 insertions, 0 deletions