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
e19efc0a
Commit
e19efc0a
authored
Oct 05, 2007
by
holyfoot/hf@hfmain.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/26527/my51-26527
parents
0b2f20bb
168b2538
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
sql/ha_partition.cc
sql/ha_partition.cc
+1
-6
No files found.
sql/ha_partition.cc
View file @
e19efc0a
...
@@ -2914,12 +2914,7 @@ void ha_partition::start_bulk_insert(ha_rows rows)
...
@@ -2914,12 +2914,7 @@ void ha_partition::start_bulk_insert(ha_rows rows)
handler
**
file
;
handler
**
file
;
DBUG_ENTER
(
"ha_partition::start_bulk_insert"
);
DBUG_ENTER
(
"ha_partition::start_bulk_insert"
);
if
(
!
rows
)
rows
=
rows
?
rows
/
m_tot_parts
+
1
:
0
;
{
/* Avoid allocation big caches in all underlaying handlers */
DBUG_VOID_RETURN
;
}
rows
=
rows
/
m_tot_parts
+
1
;
file
=
m_file
;
file
=
m_file
;
do
do
{
{
...
...
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