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
02125587
Commit
02125587
authored
Sep 25, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tokudb version in CMakeLists.txt, disable unstable tokudb tests
parent
68354ef2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
9 deletions
+15
-9
storage/tokudb/CMakeLists.txt
storage/tokudb/CMakeLists.txt
+1
-1
storage/tokudb/mysql-test/rpl/disabled.def
storage/tokudb/mysql-test/rpl/disabled.def
+12
-0
storage/tokudb/mysql-test/tokudb/disabled.def
storage/tokudb/mysql-test/tokudb/disabled.def
+2
-0
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
...b/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
+0
-4
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
...tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
+0
-4
No files found.
storage/tokudb/CMakeLists.txt
View file @
02125587
...
...
@@ -18,7 +18,7 @@ IF(NOT LIBJEMALLOC)
ENDIF
()
############################################
SET
(
TOKUDB_VERSION
"7.
1.8
"
)
SET
(
TOKUDB_VERSION
"7.
5.0
"
)
SET
(
TOKUDB_DEB_FILES
"usr/lib/mysql/plugin/ha_tokudb.so
\n
etc/mysql/conf.d/tokudb.cnf
\n
usr/bin/tokuftdump
\n
usr/share/doc/mariadb-server-5.5/README-TOKUDB
\n
usr/share/doc/mariadb-server-5.5/README.md"
PARENT_SCOPE
)
SET
(
USE_BDB OFF CACHE BOOL
""
)
MARK_AS_ADVANCED
(
BUILDNAME
)
...
...
storage/tokudb/mysql-test/rpl/disabled.def
0 → 100644
View file @
02125587
rpl_tokudb_delete_pk: unreliable, uses timestamp differences
rpl_tokudb_delete_pk_lookup1: unreliable, uses timestamp differences
rpl_tokudb_update_pk_uc0_lookup0: unreliable, uses timestamp differences
rpl_tokudb_update_pk_uc0_lookup1: unreliable, uses timestamp differences
rpl_tokudb_update_pk_uc1_lookup0: unreliable, uses timestamp differences
rpl_tokudb_update_pk_uc1_lookup1: unreliable, uses timestamp differences
rpl_tokudb_update_unique_uc0_lookup0: unreliable, uses timestamp differences
rpl_tokudb_update_unique_uc0_lookup1: unreliable, uses timestamp differences
rpl_tokudb_write_pk: unreliable, uses timestamp differences
rpl_tokudb_write_pk_uc1: unreliable, uses timestamp differences
rpl_tokudb_write_unique: unreliable, uses timestamp differences
rpl_tokudb_write_unique_uc1: unreliable, uses timestamp differences
storage/tokudb/mysql-test/tokudb/disabled.def
View file @
02125587
...
...
@@ -59,3 +59,5 @@ mvcc-19: No online ALTER in MariaDB 5.5
mvcc-20: No online ALTER in MariaDB 5.5
mvcc-27: No online OPTIMIZE in MariaDB 5.5
cluster_key_part: engine options on partitioned tables
i_s_tokudb_lock_waits_released: unstable, race conditions
i_s_tokudb_locks_released: unstable, race conditions
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
View file @
02125587
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
if
(
`select @@tokudb_version <= "7.1.7"`
)
{
--
skip
Race
condition
in
the
test
in
TokuDB
7.1
.
7
or
earlier
}
# populated with 1 lock_wait and all transactions are present in information_schema.tokudb_trx for 2 clients
source
include
/
have_tokudb
.
inc
;
...
...
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
View file @
02125587
if
(
`select @@tokudb_version <= "7.1.7"`
)
{
--
skip
Race
condition
in
the
test
in
TokuDB
7.1
.
7
or
earlier
}
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
source
include
/
have_tokudb
.
inc
;
...
...
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