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
182787f3
Commit
182787f3
authored
Apr 14, 2016
by
Philip Stoev
Committed by
Nirbhay Choubey
Aug 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: Adjust galera_log_output_csv.test to account for the fix for MW-44
parent
675bcf3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
mysql-test/suite/galera/r/galera_log_output_csv.result
mysql-test/suite/galera/r/galera_log_output_csv.result
+0
-3
mysql-test/suite/galera/t/galera_log_output_csv.test
mysql-test/suite/galera/t/galera_log_output_csv.test
+0
-3
No files found.
mysql-test/suite/galera/r/galera_log_output_csv.result
View file @
182787f3
...
...
@@ -9,9 +9,6 @@ SELECT 1 = 1 FROM t1;
SELECT COUNT(*) = 1 FROM mysql.slow_log WHERE sql_text = 'SELECT 1 = 1 FROM t1';
COUNT(*) = 1
1
SELECT COUNT(*) > 0 FROM mysql.general_log WHERE argument = 'CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB';
COUNT(*) > 0
1
SELECT 2 = 2 FROM t1;
2 = 2
1
...
...
mysql-test/suite/galera/t/galera_log_output_csv.test
View file @
182787f3
...
...
@@ -17,9 +17,6 @@ SELECT COUNT(*) = 1 FROM mysql.slow_log WHERE sql_text = 'SELECT 1 = 1 FROM t1';
--
connection
node_2
# CREATE TABLE from master is also present in the slave query log, but is logged twice, mysql-wsrep#44
SELECT
COUNT
(
*
)
>
0
FROM
mysql
.
general_log
WHERE
argument
=
'CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB'
;
SELECT
2
=
2
FROM
t1
;
SELECT
COUNT
(
*
)
=
1
FROM
mysql
.
slow_log
WHERE
sql_text
=
'SELECT 2 = 2 FROM 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