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
a651262a
Commit
a651262a
authored
Nov 17, 2003
by
monty@mashka.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge service name code
parents
24413c7d
0d348eea
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 @
a651262a
...
...
@@ -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 @
a651262a
...
...
@@ -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