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
6af588d8
Commit
6af588d8
authored
Feb 01, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable sys_vars.innodb_use_sys_malloc_basic test for valgrind runs
parent
26f3c337
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/sys_vars/r/innodb_use_sys_malloc_basic.result
...-test/suite/sys_vars/r/innodb_use_sys_malloc_basic.result
+0
-3
mysql-test/suite/sys_vars/t/innodb_use_sys_malloc_basic.test
mysql-test/suite/sys_vars/t/innodb_use_sys_malloc_basic.test
+4
-1
No files found.
mysql-test/suite/sys_vars/r/innodb_use_sys_malloc_basic.result
View file @
6af588d8
Valid values are 'ON' and 'OFF'
select @@global.innodb_adaptive_flushing in (0, 1);
@@global.innodb_adaptive_flushing in (0, 1)
1
select @@global.innodb_use_sys_malloc;
@@global.innodb_use_sys_malloc
1
...
...
mysql-test/suite/sys_vars/t/innodb_use_sys_malloc_basic.test
View file @
6af588d8
...
...
@@ -5,11 +5,14 @@
--
source
include
/
have_innodb
.
inc
# when running with valgring, mtr uses --innodb-use-sys-malloc=0,
# while below we want to see the default value.
--
source
include
/
not_valgrind
.
inc
#
# show the global and session values;
#
--
echo
Valid
values
are
'ON'
and
'OFF'
select
@@
global
.
innodb_adaptive_flushing
in
(
0
,
1
);
select
@@
global
.
innodb_use_sys_malloc
;
--
error
ER_INCORRECT_GLOBAL_LOCAL_VAR
select
@@
session
.
innodb_use_sys_malloc
;
...
...
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