Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0bb3ea42
Commit
0bb3ea42
authored
Jan 17, 2014
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tokutek/mysql56#71 run mysql suite tokudb.bugs without tokudb as the default storage engine
parent
18cc5dce
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
36 additions
and
23 deletions
+36
-23
mysql-test/suite/tokudb.bugs/r/expand_tinytext_text.result
mysql-test/suite/tokudb.bugs/r/expand_tinytext_text.result
+1
-0
mysql-test/suite/tokudb.bugs/t/1913.test
mysql-test/suite/tokudb.bugs/t/1913.test
+1
-1
mysql-test/suite/tokudb.bugs/t/1938.test
mysql-test/suite/tokudb.bugs/t/1938.test
+1
-1
mysql-test/suite/tokudb.bugs/t/1949.test
mysql-test/suite/tokudb.bugs/t/1949.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2043.test
mysql-test/suite/tokudb.bugs/t/2043.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2219.test
mysql-test/suite/tokudb.bugs/t/2219.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2262.test
mysql-test/suite/tokudb.bugs/t/2262.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2383.test
mysql-test/suite/tokudb.bugs/t/2383.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2458.test
mysql-test/suite/tokudb.bugs/t/2458.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2548.test
mysql-test/suite/tokudb.bugs/t/2548.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2641.test
mysql-test/suite/tokudb.bugs/t/2641.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2952.test
mysql-test/suite/tokudb.bugs/t/2952.test
+1
-1
mysql-test/suite/tokudb.bugs/t/2970.test
mysql-test/suite/tokudb.bugs/t/2970.test
+3
-0
mysql-test/suite/tokudb.bugs/t/3014.test
mysql-test/suite/tokudb.bugs/t/3014.test
+1
-1
mysql-test/suite/tokudb.bugs/t/3015.test
mysql-test/suite/tokudb.bugs/t/3015.test
+1
-1
mysql-test/suite/tokudb.bugs/t/3083.test
mysql-test/suite/tokudb.bugs/t/3083.test
+1
-1
mysql-test/suite/tokudb.bugs/t/4472.test
mysql-test/suite/tokudb.bugs/t/4472.test
+1
-1
mysql-test/suite/tokudb.bugs/t/4656.test
mysql-test/suite/tokudb.bugs/t/4656.test
+1
-0
mysql-test/suite/tokudb.bugs/t/4656_2.test
mysql-test/suite/tokudb.bugs/t/4656_2.test
+1
-0
mysql-test/suite/tokudb.bugs/t/5089.test
mysql-test/suite/tokudb.bugs/t/5089.test
+1
-0
mysql-test/suite/tokudb.bugs/t/5733_innodb.test
mysql-test/suite/tokudb.bugs/t/5733_innodb.test
+1
-1
mysql-test/suite/tokudb.bugs/t/6053.test
mysql-test/suite/tokudb.bugs/t/6053.test
+1
-0
mysql-test/suite/tokudb.bugs/t/6684.test
mysql-test/suite/tokudb.bugs/t/6684.test
+1
-0
mysql-test/suite/tokudb.bugs/t/expand_tinytext_text.test
mysql-test/suite/tokudb.bugs/t/expand_tinytext_text.test
+1
-0
mysql-test/suite/tokudb.bugs/t/fileops-4.test
mysql-test/suite/tokudb.bugs/t/fileops-4.test
+1
-1
mysql-test/suite/tokudb.bugs/t/ft-index-40.test
mysql-test/suite/tokudb.bugs/t/ft-index-40.test
+1
-0
mysql-test/suite/tokudb.bugs/t/index_read.test
mysql-test/suite/tokudb.bugs/t/index_read.test
+1
-1
mysql-test/suite/tokudb.bugs/t/tokudb_drop_part_table_668.test
...-test/suite/tokudb.bugs/t/tokudb_drop_part_table_668.test
+2
-1
mysql-test/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
...est/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
+1
-0
mysql-test/suite/tokudb.bugs/t/xa-1.test
mysql-test/suite/tokudb.bugs/t/xa-1.test
+2
-2
mysql-test/suite/tokudb.bugs/t/xa-2.test
mysql-test/suite/tokudb.bugs/t/xa-2.test
+1
-1
mysql-test/suite/tokudb.bugs/t/xa-6.test
mysql-test/suite/tokudb.bugs/t/xa-6.test
+1
-1
No files found.
mysql-test/suite/tokudb.bugs/r/expand_tinytext_text.result
View file @
0bb3ea42
set default_storage_engine='tokudb';
drop table if exists t;
create table t (u tinytext, v text);
insert into t values ('hi', 'there');
...
...
mysql-test/suite/tokudb.bugs/t/1913.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/1938.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/1949.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2043.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2219.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2262.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2383.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2458.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2548.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/2641.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
--
echo
# Establish connection conn1 (user = root)
connect
(
conn1
,
localhost
,
root
,,);
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
...
...
mysql-test/suite/tokudb.bugs/t/2952.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
not_5_5
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
...
...
mysql-test/suite/tokudb.bugs/t/2970.test
View file @
0bb3ea42
source
include
/
have_tokudb
.
inc
;
set
default_storage_engine
=
'tokudb'
;
# test that the query planner chooses a covering index over a non-covering index with the same
# record cost
...
...
mysql-test/suite/tokudb.bugs/t/3014.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
#
# Record inconsistency.
#
...
...
mysql-test/suite/tokudb.bugs/t/3015.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
#
#test update multiple
#
...
...
mysql-test/suite/tokudb.bugs/t/3083.test
View file @
0bb3ea42
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
#
#test update multiple
#
...
...
mysql-test/suite/tokudb.bugs/t/4472.test
View file @
0bb3ea42
# test simple MVCC, that a transaction does not read something committed after it
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
set
session
transaction
isolation
level
repeatable
read
;
...
...
mysql-test/suite/tokudb.bugs/t/4656.test
View file @
0bb3ea42
source
include
/
have_tokudb
.
inc
;
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
DROP
TABLE
IF
EXISTS
t2
;
...
...
mysql-test/suite/tokudb.bugs/t/4656_2.test
View file @
0bb3ea42
source
include
/
have_tokudb
.
inc
;
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
DROP
TABLE
IF
EXISTS
t2
;
...
...
mysql-test/suite/tokudb.bugs/t/5089.test
View file @
0bb3ea42
source
include
/
have_tokudb
.
inc
;
let
$engine
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/5733_innodb.test
View file @
0bb3ea42
# test that query planner selects range scan rather than full scan of the primary key
# see ticket #5733
source
include
/
have_tokudb
.
inc
;
source
include
/
have_innodb
.
inc
;
disable_warnings
;
...
...
mysql-test/suite/tokudb.bugs/t/6053.test
View file @
0bb3ea42
source
include
/
have_tokudb
.
inc
;
# verify that the tokudb version string is appended to the mysql version
replace_regex
/
[
0
-
9
]
+
\
.
[
0
-
9
]
+
\
.
[
0
-
9
]
+
[
a
-
z0
-
9
\
-
\
.
]
*-
tokudb
-.*/
NA
.
NA
.
NA
-
TOKUDB
-
NA
/
;
select
version
();
mysql-test/suite/tokudb.bugs/t/6684.test
View file @
0bb3ea42
--
source
include
/
have_tokudb
.
inc
use
test
;
drop
table
if
exists
site
;
...
...
mysql-test/suite/tokudb.bugs/t/expand_tinytext_text.test
View file @
0bb3ea42
# this test verifies that column expansion of a tinytext to text column retains the correct data
--
source
include
/
have_tokudb
.
inc
set
default_storage_engine
=
'tokudb'
;
--
disable_warnings
drop
table
if
exists
t
;
--
enable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/fileops-4.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
not_5_5
.
inc
--
echo
# Establish connection conn1 (user = root)
connect
(
conn1
,
localhost
,
root
,,);
...
...
mysql-test/suite/tokudb.bugs/t/ft-index-40.test
View file @
0bb3ea42
--
source
include
/
have_tokudb
.
inc
let
$engine
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/index_read.test
View file @
0bb3ea42
# ticket 895 is a query optimization problem with the primary key
#
--source include/have_tokudb.inc
--
source
include
/
have_tokudb
.
inc
SET
DEFAULT_STORAGE_ENGINE
=
'tokudb'
;
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/tokudb_drop_part_table_668.test
View file @
0bb3ea42
...
...
@@ -2,6 +2,7 @@
source
include
/
have_tokudb
.
inc
;
source
include
/
have_partition
.
inc
;
set
default_storage_engine
=
'tokudb'
;
# capture the datadir
let
$MYSQLD_DATADIR
=
`SELECT @@datadir`
;
...
...
@@ -32,7 +33,7 @@ EOF
--
enable_reconnect
--
source
include
/
wait_until_connected_again
.
inc
create
table
tc
(
a
int
,
b
int
,
c
int
,
primary
key
(
a
),
key
(
b
))
partition
by
hash
(
a
)
partitions
2
;
create
table
tc
(
a
int
,
b
int
,
c
int
,
primary
key
(
a
),
key
(
b
))
engine
=
tokudb
partition
by
hash
(
a
)
partitions
2
;
# check that the tokudb meta data gets dropped when the table is dropped
select
dictionary_name
from
information_schema
.
tokudb_file_map
;
...
...
mysql-test/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
View file @
0bb3ea42
# verify that we can drop simple tokudb tables created in tokudb 6.6.8
source
include
/
have_tokudb
.
inc
;
set
default_storage_engine
=
'tokudb'
;
# capture the datadir
let
$MYSQLD_DATADIR
=
`SELECT @@datadir`
;
...
...
mysql-test/suite/tokudb.bugs/t/xa-1.test
View file @
0bb3ea42
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_tokudb
.
inc
--
disable_warnings
drop
table
if
exists
t1
,
t2
;
...
...
mysql-test/suite/tokudb.bugs/t/xa-2.test
View file @
0bb3ea42
--
source
include
/
have_tokudb
.
inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
not_5_5
.
inc
--
disable_warnings
...
...
mysql-test/suite/tokudb.bugs/t/xa-6.test
View file @
0bb3ea42
--
source
include
/
have_tokudb
.
inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
have_debug
.
inc
--
disable_warnings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment