Commit 2c64cff4 authored by Rich Prohaska's avatar Rich Prohaska

refs #4476 fix other.bulk_fetch tests

git-svn-id: file:///svn/mysql/tests/mysql-test@48865 c7de825b-a66e-492c-adef-691d508d4ae1
parent 05414936
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)
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)
......@@ -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)
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment