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
32443e74
Commit
32443e74
authored
Sep 12, 2012
by
Igor Babaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the results from the stat_tables_rbr test to be not
dependent on the debug mode.
parent
2bbcec41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/stat_tables_rbr.result
mysql-test/r/stat_tables_rbr.result
+1
-1
mysql-test/t/stat_tables_rbr.test
mysql-test/t/stat_tables_rbr.test
+1
-0
No files found.
mysql-test/r/stat_tables_rbr.result
View file @
32443e74
...
...
@@ -15,7 +15,7 @@ Table Op Msg_type Msg_text
test.t1 analyze status OK
SHOW BINLOG EVENTS;
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 4 Format_desc 1 245 Server ver:
5.5.27-MariaDB-debug-log, Binlog ver: 4
master-bin.000001 4 Format_desc 1 245 Server ver:
#, Binlog ver: #
master-bin.000001 245 Query 1 345 use `test`; CREATE TABLE t1 (i INT) ENGINE=InnoDB
master-bin.000001 345 Query 1 424 use `test`; ANALYZE TABLE t1
master-bin.000001 424 Query 1 528 use `test`; DROP TABLE `t1` /* generated by server */
...
...
mysql-test/t/stat_tables_rbr.test
View file @
32443e74
...
...
@@ -23,6 +23,7 @@ SET use_stat_tables = PREFERABLY;
CREATE
TABLE
t1
(
a
INT
)
ENGINE
=
MyISAM
PARTITION
BY
HASH
(
a
)
PARTITIONS
2
;
ALTER
TABLE
t1
ANALYZE
PARTITION
p1
;
--
replace_regex
/
\
/
\
*
xid
=.*
\
*
\
//\/* XID *\// /Server ver: .*, Binlog ver: .*/Server ver: #, Binlog ver: #/ /table_id: [0-9]+/table_id: #/
SHOW
BINLOG
EVENTS
;
SET
use_stat_tables
=
DEFAULT
;
...
...
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