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
7705946d
Commit
7705946d
authored
Mar 31, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GLOBAL DEBUG variable does not work
parent
04844b07
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 @
7705946d
...
@@ -12,10 +12,7 @@ a
...
@@ -12,10 +12,7 @@ a
1
1
2
2
3
3
SET @saved = @@debug;
SET GLOBAL debug="d,incident_database_resync_on_replace";
REPLACE INTO t1 VALUES (4);
REPLACE INTO t1 VALUES (4);
SET GLOBAL debug=@saved;
SELECT * FROM t1;
SELECT * FROM t1;
a
a
1
1
...
...
mysql-test/t/rpl_incident-master.opt
0 → 100644
View file @
7705946d
--loose-debug=+d,incident_database_resync_on_replace
mysql-test/t/rpl_incident.test
View file @
7705946d
...
@@ -7,13 +7,9 @@ CREATE TABLE t1 (a INT);
...
@@ -7,13 +7,9 @@ CREATE TABLE t1 (a INT);
INSERT
INTO
t1
VALUES
(
1
),(
2
),(
3
);
INSERT
INTO
t1
VALUES
(
1
),(
2
),(
3
);
SELECT
*
FROM
t1
;
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
# This will generate an incident log event and store it in the binary
# log before the replace statement.
# log before the replace statement.
REPLACE
INTO
t1
VALUES
(
4
);
REPLACE
INTO
t1
VALUES
(
4
);
SET
GLOBAL
debug
=@
saved
;
--
save_master_pos
--
save_master_pos
SELECT
*
FROM
t1
;
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