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
acf0f2d5
Commit
acf0f2d5
authored
Sep 10, 2019
by
Nikita Malyavin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-20143 innodb.innodb-virtual-columns-debug failed in buildbot with wrong result
there was a SELECT/DELETE race
parent
879c9ddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/innodb/r/innodb-virtual-columns-debug.result
...l-test/suite/innodb/r/innodb-virtual-columns-debug.result
+1
-1
mysql-test/suite/innodb/t/innodb-virtual-columns-debug.test
mysql-test/suite/innodb/t/innodb-virtual-columns-debug.test
+1
-1
No files found.
mysql-test/suite/innodb/r/innodb-virtual-columns-debug.result
View file @
acf0f2d5
...
...
@@ -6,11 +6,11 @@ SET debug_sync= "ib_open_after_dict_open SIGNAL delete_open WAIT_FOR another_ope
DELETE FROM t1;
connection default;
SET debug_sync= "now WAIT_FOR delete_open";
SET debug_sync= "ib_open_after_dict_open SIGNAL another_open";
SELECT a FROM t1;
a
NULL
NULL
SET debug_sync= "now SIGNAL another_open";
connection con1;
disconnect con1;
connection default;
...
...
mysql-test/suite/innodb/t/innodb-virtual-columns-debug.test
View file @
acf0f2d5
...
...
@@ -15,8 +15,8 @@ SET debug_sync= "ib_open_after_dict_open SIGNAL delete_open WAIT_FOR another_ope
DELETE
FROM
t1
;
--
connection
default
SET
debug_sync
=
"now WAIT_FOR delete_open"
;
SET
debug_sync
=
"ib_open_after_dict_open SIGNAL another_open"
;
SELECT
a
FROM
t1
;
SET
debug_sync
=
"now SIGNAL another_open"
;
--
connection
con1
--
reap
...
...
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