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
b4da2fb0
Commit
b4da2fb0
authored
Dec 06, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
parents
5c94a164
00ae775a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
119 deletions
+23
-119
Docs/manual.texi
Docs/manual.texi
+21
-117
Docs/mirrors.texi
Docs/mirrors.texi
+0
-0
myisam/mi_write.c
myisam/mi_write.c
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
Docs/manual.texi
View file @
b4da2fb0
This diff is collapsed.
Click to expand it.
Docs/mirrors.texi
100755 → 100644
View file @
b4da2fb0
File mode changed from 100755 to 100644
myisam/mi_write.c
View file @
b4da2fb0
...
...
@@ -815,7 +815,7 @@ int _mi_init_bulk_insert(MI_INFO *info)
}
}
if
(
!
num_keys
)
if
(
num_keys
==
0
||
num_keys
>
myisam_bulk_insert_tree_size
)
return
0
;
info
->
bulk_insert
=
(
TREE
*
)
...
...
sql/mysqld.cc
View file @
b4da2fb0
...
...
@@ -2934,7 +2934,7 @@ CHANGEABLE_VAR changeable_vars[] = {
{
"max_write_lock_count"
,
(
long
*
)
&
max_write_lock_count
,
~
0L
,
1
,
~
0L
,
0
,
1
},
{
"myisam_bulk_insert_tree_size"
,
(
long
*
)
&
myisam_bulk_insert_tree_size
,
8192
*
1024
,
4
,
~
0L
,
0
,
1
},
8192
*
1024
,
0
,
~
0L
,
0
,
1
},
{
"myisam_block_size"
,
(
long
*
)
&
opt_myisam_block_size
,
MI_KEY_BLOCK_LENGTH
,
MI_MIN_KEY_BLOCK_LENGTH
,
MI_MAX_KEY_BLOCK_LENGTH
,
0
,
MI_MIN_KEY_BLOCK_LENGTH
},
...
...
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