mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
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:
parent
05414936de
commit
2c64cff45c
4 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue