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
00fd99c4
Commit
00fd99c4
authored
Jun 22, 2015
by
Ajo Robert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #18075170 SQL NODE RESTART REQUIRED TO
AVOID DEADLOCK AFTER RESTORE Post push test fix.
parent
db2ed27e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mysql-test/t/myisam_recover.test
mysql-test/t/myisam_recover.test
+1
-2
No files found.
mysql-test/t/myisam_recover.test
View file @
00fd99c4
...
...
@@ -124,7 +124,6 @@ connection default;
--
echo
# middle of transaction, without aborting it.
connection
default
;
--
let
$MYSQL_DATA_DIR
=
`select @@datadir`
create
table
t1
(
a
int
,
key
(
a
))
engine
=
myisam
;
create
table
t2
(
a
int
);
...
...
@@ -151,7 +150,7 @@ select * from t2;
--
echo
# Without fix select from t1 will break the transaction. After the fix
--
echo
# transaction should be active and should hold lock on table t2. Alter
--
echo
# table from con2 will wait only if the transaction is not broken.
--
replace_re
sult
$MYSQL_DATA_DIR
''
./
''
test
/
''
--
replace_re
gex
/
'.*[\/\\]/'
/
select
*
from
t1
;
connect
(
con2
,
localhost
,
root
);
...
...
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