~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/t/select_none_bka_nixbnl.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#Want to skip this test from daily Valgrind execution
 
2
--source include/no_valgrind_without_big.inc
 
3
 
4
# Run select_none.test with BKA enabled 
 
5
#
 
6
set optimizer_switch='batched_key_access=on,block_nested_loop=off,mrr_cost_based=off';
 
7
 
 
8
--source t/select_none.test
 
9
 
 
10
set optimizer_switch=default;