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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
92f6c234
Commit
92f6c234
authored
Nov 12, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-17138: Adjust a test
parent
3ea7de9a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
mysql-test/suite/innodb/r/undo_truncate_recover.result
mysql-test/suite/innodb/r/undo_truncate_recover.result
+0
-1
mysql-test/suite/innodb/t/undo_truncate_recover.test
mysql-test/suite/innodb/t/undo_truncate_recover.test
+0
-4
No files found.
mysql-test/suite/innodb/r/undo_truncate_recover.result
View file @
92f6c234
...
...
@@ -9,7 +9,6 @@ update t1 set c = 'MariaDB';
update t1 set c = 'InnoDB';
set global debug_dbug = '+d,ib_undo_trunc';
commit;
call mtr.add_suppression("InnoDB: The redo log transaction size ");
SET GLOBAL innodb_fast_shutdown=0;
FOUND 1 /ib_undo_trunc/ in mysqld.1.err
drop table t1;
mysql-test/suite/innodb/t/undo_truncate_recover.test
View file @
92f6c234
...
...
@@ -38,13 +38,9 @@ update t1 set c = 'MariaDB';
update
t1
set
c
=
'InnoDB'
;
eval
set
global
debug_dbug
=
'+d,$SEARCH_PATTERN'
;
commit
;
# FIXME: remove this work-around, and generate less log!
call
mtr
.
add_suppression
(
"InnoDB: The redo log transaction size "
);
SET
GLOBAL
innodb_fast_shutdown
=
0
;
--
source
include
/
shutdown_mysqld
.
inc
--
source
include
/
search_pattern_in_file
.
inc
# FIXME: remove this work-around, and generate less log!
--
let
$restart_parameters
=
--
innodb
-
buffer
-
pool
-
size
=
16
m
--
source
include
/
start_mysqld
.
inc
drop
table
t1
;
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