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
ce96f0e4
Commit
ce96f0e4
authored
Jul 19, 2004
by
mskold@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed timeout tests
parent
cf87b5b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
65 deletions
+0
-65
mysql-test/r/ndb_transaction.result
mysql-test/r/ndb_transaction.result
+0
-20
mysql-test/t/ndb_transaction.test
mysql-test/t/ndb_transaction.test
+0
-45
No files found.
mysql-test/r/ndb_transaction.result
View file @
ce96f0e4
...
...
@@ -192,26 +192,6 @@ count(*)
select count(*) from t4;
count(*)
0
ERROR HY000: Lock wait timeout exceeded; try restarting transaction
select count(*) from t2;
count(*)
0
select count(*) from t3;
count(*)
0
select count(*) from t4;
count(*)
0
ERROR HY000: Lock wait timeout exceeded; try restarting transaction
select count(*) from t2;
count(*)
0
select count(*) from t3;
count(*)
0
select count(*) from t4;
count(*)
0
select count(*) from t2;
count(*)
100
...
...
mysql-test/t/ndb_transaction.test
View file @
ce96f0e4
...
...
@@ -180,51 +180,6 @@ select count(*) from t2;
select
count
(
*
)
from
t3
;
select
count
(
*
)
from
t4
;
#
# insert records into tables and commit after timeout;
#
let
$
1
=
100
;
disable_query_log
;
begin
;
while
(
$
1
)
{
eval
insert
into
t2
values
(
$
1
,
$
1
+
9
,
5
);
eval
insert
into
t3
values
(
$
1
,
$
1
+
9
,
5
);
eval
insert
into
t4
values
(
$
1
,
$
1
+
9
,
5
,
$
1
+
26000
);
dec
$
1
;
}
sleep
15
;
--
error
1205
commit
;
enable_query_log
;
select
count
(
*
)
from
t2
;
select
count
(
*
)
from
t3
;
select
count
(
*
)
from
t4
;
#
# insert records into tables and timeout before last operation
#
let
$
1
=
100
;
disable_query_log
;
begin
;
while
(
$
1
)
{
eval
insert
into
t2
values
(
$
1
,
$
1
+
9
,
5
);
eval
insert
into
t3
values
(
$
1
,
$
1
+
9
,
5
);
eval
insert
into
t4
values
(
$
1
,
$
1
+
9
,
5
,
$
1
+
26000
);
dec
$
1
;
}
sleep
15
;
--
error
1205
insert
into
t2
values
(
10000
,
10000
,
36000
);
commit
;
enable_query_log
;
select
count
(
*
)
from
t2
;
select
count
(
*
)
from
t3
;
select
count
(
*
)
from
t4
;
#
# insert records into tables and commit;
#
...
...
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