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
66c518dc
Commit
66c518dc
authored
Dec 14, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Speed up innodb_bug57255.test
Submitted by: Stewart Smith (via internals@lists.mysql.com)
parent
204af030
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/suite/innodb/t/innodb_bug57255.test
mysql-test/suite/innodb/t/innodb_bug57255.test
+2
-0
mysql-test/suite/innodb_plugin/t/innodb_bug57255.test
mysql-test/suite/innodb_plugin/t/innodb_bug57255.test
+2
-0
No files found.
mysql-test/suite/innodb/t/innodb_bug57255.test
View file @
66c518dc
...
...
@@ -12,6 +12,7 @@ create table C(id int not null auto_increment primary key, f1 int not null, fore
insert
into
A
values
(
1
),
(
2
);
--
disable_query_log
begin
;
let
$i
=
257
;
while
(
$i
)
{
...
...
@@ -24,6 +25,7 @@ while ($i)
insert
into
C
(
f1
)
values
(
2
);
dec
$i
;
}
commit
;
--
enable_query_log
# Following Deletes should not report error
...
...
mysql-test/suite/innodb_plugin/t/innodb_bug57255.test
View file @
66c518dc
...
...
@@ -12,6 +12,7 @@ create table C(id int not null auto_increment primary key, f1 int not null, fore
insert
into
A
values
(
1
),
(
2
);
--
disable_query_log
begin
;
let
$i
=
257
;
while
(
$i
)
{
...
...
@@ -24,6 +25,7 @@ while ($i)
insert
into
C
(
f1
)
values
(
2
);
dec
$i
;
}
commit
;
--
enable_query_log
# Following Deletes should not report error
...
...
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