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
fcc2b7ae
Commit
fcc2b7ae
authored
Mar 31, 2007
by
lars/lthalmann@mysql.com/dl145k.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GLOBAL DEBUG variable does not work
parent
395b3694
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
mysql-test/r/rpl_incident.result
mysql-test/r/rpl_incident.result
+0
-3
mysql-test/t/rpl_incident-master.opt
mysql-test/t/rpl_incident-master.opt
+1
-0
mysql-test/t/rpl_incident.test
mysql-test/t/rpl_incident.test
+0
-4
No files found.
mysql-test/r/rpl_incident.result
View file @
fcc2b7ae
...
...
@@ -12,10 +12,7 @@ a
1
2
3
SET @saved = @@debug;
SET GLOBAL debug="d,incident_database_resync_on_replace";
REPLACE INTO t1 VALUES (4);
SET GLOBAL debug=@saved;
SELECT * FROM t1;
a
1
...
...
mysql-test/t/rpl_incident-master.opt
0 → 100644
View file @
fcc2b7ae
--loose-debug=+d,incident_database_resync_on_replace
mysql-test/t/rpl_incident.test
View file @
fcc2b7ae
...
...
@@ -7,13 +7,9 @@ CREATE TABLE t1 (a INT);
INSERT
INTO
t1
VALUES
(
1
),(
2
),(
3
);
SELECT
*
FROM
t1
;
SET
@
saved
=
@@
debug
;
SET
GLOBAL
debug
=
"d,incident_database_resync_on_replace"
;
# This will generate an incident log event and store it in the binary
# log before the replace statement.
REPLACE
INTO
t1
VALUES
(
4
);
SET
GLOBAL
debug
=@
saved
;
--
save_master_pos
SELECT
*
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