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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f1d38413
Commit
f1d38413
authored
Nov 17, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge service name code
parents
9dbcbb55
29c1e740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
myisam/mi_test2.c
myisam/mi_test2.c
+2
-2
mysys/mf_keycache.c
mysys/mf_keycache.c
+1
-1
No files found.
myisam/mi_test2.c
View file @
f1d38413
...
...
@@ -267,9 +267,9 @@ int main(int argc, char *argv[])
puts
(
"got error from mi_extra(HA_EXTRA_NO_CACHE)"
);
goto
end
;
}
if
(
key_cacheing
)
resize_key_cache
(
key_cache_size
*
2
);
}
if
(
key_cacheing
)
resize_key_cache
(
key_cache_size
*
2
);
if
(
!
silent
)
printf
(
"- Delete
\n
"
);
...
...
mysys/mf_keycache.c
View file @
f1d38413
...
...
@@ -669,7 +669,7 @@ static int flush_key_blocks_int(File file, enum flush_type type)
Flush all blocks for a specific file to disk
SYNOPSIS
flush_
all_
key_blocks()
flush_key_blocks()
file File descriptor
type Type of flush operation
...
...
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