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
ff55d900
Commit
ff55d900
authored
Jan 21, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge fixes
parent
d9c01e4b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
+15
-0
cmake/libutils.cmake
cmake/libutils.cmake
+2
-0
mysql-test/suite/innodb/t/insert_debug.test
mysql-test/suite/innodb/t/insert_debug.test
+5
-0
mysql-test/suite/innodb/t/sp_temp_table.test
mysql-test/suite/innodb/t/sp_temp_table.test
+5
-0
storage/tokudb/mysql-test/tokudb_bugs/disabled.def
storage/tokudb/mysql-test/tokudb_bugs/disabled.def
+3
-0
No files found.
cmake/libutils.cmake
View file @
ff55d900
...
...
@@ -304,6 +304,8 @@ FUNCTION(GET_DEPENDEND_OS_LIBS target result)
SET
(
${
result
}
${
ret
}
PARENT_SCOPE
)
ENDFUNCTION
()
INCLUDE
(
CheckCCompilerFlag
)
SET
(
VISIBILITY_HIDDEN_FLAG
)
IF
(
CMAKE_COMPILER_IS_GNUCXX AND UNIX
)
...
...
mysql-test/suite/innodb/t/insert_debug.test
View file @
ff55d900
...
...
@@ -2,6 +2,11 @@
--
source
include
/
have_debug
.
inc
--
source
include
/
have_partition
.
inc
if
(
`select plugin_auth_version < "5.6.22" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
/
XtraDB
as
of
5.6
.
21
or
earlier
}
--
echo
#
--
echo
# Bug#19904003 INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=1
--
echo
# CAUSES INFINITE PAGE SPLIT
...
...
mysql-test/suite/innodb/t/sp_temp_table.test
View file @
ff55d900
--
source
include
/
have_innodb
.
inc
--
source
include
/
big_test
.
inc
if
(
`select plugin_auth_version < "5.6.22" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
/
XtraDB
as
of
5.6
.
21
or
earlier
}
--
echo
#
--
echo
# Bug #19306524 FAILING ASSERTION WITH TEMP TABLE FOR A PROCEDURE
--
echo
# CALLED FROM A FUNCTION
...
...
storage/tokudb/mysql-test/tokudb_bugs/disabled.def
View file @
ff55d900
...
...
@@ -9,3 +9,6 @@ fileops-3: how this could work, if alter needs an exclusive mdl lock?
checkpoint_lock_2: test can not work when the checkpoint_safe_lock is a fair rwlock
# this test was added in 7.5.4 and fails in 10.0
# but running this very test in 7.5.3 fails in exactly the same manner
db768: never worked. tokutek was informed, 2015-01-14
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