diff options
author | Igor Babaev <igor@askmonty.org> | 2011-12-15 14:26:59 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-12-15 14:26:59 -0800 |
commit | a910e8ef5b5d33cd600acaba9ec3cc8c49881196 (patch) | |
tree | ceab0338af1b7b100b069fec4e6be7cf31b48a44 /mysql-test/r/select.result | |
parent | f5dac20f38fcf581b0616562cd2da21fb8c50218 (diff) | |
download | mariadb-git-a910e8ef5b5d33cd600acaba9ec3cc8c49881196.tar.gz |
Made join_cache_level == 2 by default.
Diffstat (limited to 'mysql-test/r/select.result')
-rw-r--r-- | mysql-test/r/select.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/select.result b/mysql-test/r/select.result index a3647c10350..29a6bb4bf35 100644 --- a/mysql-test/r/select.result +++ b/mysql-test/r/select.result @@ -3,6 +3,7 @@ drop table if exists t1_1,t1_2,t9_1,t9_2,t1aa,t2aa; drop view if exists v1; SET @save_optimizer_switch=@@optimizer_switch; SET optimizer_switch=ifnull(@optimizer_switch_for_select_test,'outer_join_with_cache=off'); +set join_cache_level=1; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL |