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
ff9da1f0
Commit
ff9da1f0
authored
Mar 25, 2007
by
brian@zim.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New comments, additional init for rebuild options.
parent
8c322769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
storage/archive/ha_archive.cc
storage/archive/ha_archive.cc
+5
-0
No files found.
storage/archive/ha_archive.cc
View file @
ff9da1f0
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
TODO:
TODO:
Allow users to set compression level.
Allow users to set compression level.
Allow adjustable block size.
Implement versioning, should be easy.
Implement versioning, should be easy.
Allow for errors, find a way to mark bad rows.
Allow for errors, find a way to mark bad rows.
Add optional feature so that rows can be flushed at interval (which will cause less
Add optional feature so that rows can be flushed at interval (which will cause less
...
@@ -1303,6 +1304,8 @@ int ha_archive::optimize(THD* thd, HA_CHECK_OPT* check_opt)
...
@@ -1303,6 +1304,8 @@ int ha_archive::optimize(THD* thd, HA_CHECK_OPT* check_opt)
azio_stream
writer
;
azio_stream
writer
;
char
writer_filename
[
FN_REFLEN
];
char
writer_filename
[
FN_REFLEN
];
init_archive_reader
();
// now we close both our writer and our reader for the rename
// now we close both our writer and our reader for the rename
if
(
share
->
archive_write_open
)
if
(
share
->
archive_write_open
)
{
{
...
@@ -1577,6 +1580,8 @@ int ha_archive::check(THD* thd, HA_CHECK_OPT* check_opt)
...
@@ -1577,6 +1580,8 @@ int ha_archive::check(THD* thd, HA_CHECK_OPT* check_opt)
Now we will rewind the archive file so that we are positioned at the
Now we will rewind the archive file so that we are positioned at the
start of the file.
start of the file.
*/
*/
init_archive_reader
();
if
(
!
rc
)
if
(
!
rc
)
read_data_header
(
&
archive
);
read_data_header
(
&
archive
);
...
...
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