refs #4476 fix other.bulk_fetch tests

git-svn-id: file:///svn/mysql/tests/mysql-test@48865 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2012-10-11 17:58:26 +00:00
parent 05414936de
commit 2c64cff45c
4 changed files with 0 additions and 8 deletions

View file

@ -1,8 +1,5 @@
drop table if exists t;
set local tokudb_read_buf_size=4096;
drop table if exists t;
Warnings:
Note 1051 Unknown table 't'
create table t (
a bigint,
primary key (a)

View file

@ -1,8 +1,5 @@
drop table if exists t;
set local tokudb_read_buf_size=0;
drop table if exists t;
Warnings:
Note 1051 Unknown table 't'
create table t (
a bigint,
primary key (a)

View file

@ -9,7 +9,6 @@ set local tokudb_read_buf_size=4096;
# Test scans over each kind of table
# begin bulk fetch test
drop table if exists t;
create table t (
a bigint,
primary key (a)

View file

@ -9,7 +9,6 @@ set local tokudb_read_buf_size=0;
# Test scans over each kind of table
# begin bulk fetch test
drop table if exists t;
create table t (
a bigint,
primary key (a)