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
182b237d
Commit
182b237d
authored
Aug 07, 2015
by
Philip Stoev
Committed by
Nirbhay Choubey
Sep 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: remove variable output from galera_gra_log.test (take #2)
parent
c9d4581e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/galera/r/galera_gra_log.result
mysql-test/suite/galera/r/galera_gra_log.result
+1
-1
mysql-test/suite/galera/t/galera_gra_log.test
mysql-test/suite/galera/t/galera_gra_log.test
+1
-1
No files found.
mysql-test/suite/galera/r/galera_gra_log.result
View file @
182b237d
...
...
@@ -18,7 +18,7 @@ AAAAAAAAAAAAAAAAAAC6ecBVEzgNAAgAEgAEBAQEEgAAXAAEGggAAAAICAgCAAAACgoKGRkAAKNu
Jfk=
'/*!*/;
# at 120
<ISO TIMESTAMP> server id 1 end_log_pos 91 Query thread_id=
7
exec_time=0 error_code=0
<ISO TIMESTAMP> server id 1 end_log_pos 91 Query thread_id=
<QUERY_THREAD_ID>
exec_time=0 error_code=0
use `test`/*!*/;
SET TIMESTAMP=<TIMESTAMP>/*!*/;
SET @@session.pseudo_thread_id=<PSEUDO_THREAD_ID>/*!*/;
...
...
mysql-test/suite/galera/t/galera_gra_log.test
View file @
182b237d
...
...
@@ -28,7 +28,7 @@ SELECT COUNT(*) = 0 FROM t1;
--
exec
cat
$MYSQLTEST_VARDIR
/
mysqld
.
2
/
data
/
GRA_
*.
log
>>
$gra_binlog_file
# Make sure the binlog thus produced is readable and contains the failure
--
replace_regex
/
SET
TIMESTAMP
=
[
0
-
9
]
+/
SET
TIMESTAMP
=<
TIMESTAMP
>/
/
#[0-9]+ +[0-9]+:[0-9]+:[0-9]+/<ISO TIMESTAMP>/ /pseudo_thread_id=[0-9]+/pseudo_thread_id=<PSEUDO_THREAD_ID>/
--
replace_regex
/
SET
TIMESTAMP
=
[
0
-
9
]
+/
SET
TIMESTAMP
=<
TIMESTAMP
>/
/
#[0-9]+ +[0-9]+:[0-9]+:[0-9]+/<ISO TIMESTAMP>/ /pseudo_thread_id=[0-9]+/pseudo_thread_id=<PSEUDO_THREAD_ID>/
/thread_id=[0-9]+/thread_id=<QUERY_THREAD_ID>/
--
exec
$MYSQL_BINLOG
$gra_binlog_file
SET
SESSION
wsrep_on
=
ON
;
...
...
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