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
f8d1bc8c
Commit
f8d1bc8c
authored
Jan 02, 2006
by
brian@zim.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/slap-5.1
parents
4c9d2ff3
dca88abf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/archive/archive_test.c
storage/archive/archive_test.c
+1
-1
storage/archive/azio.c
storage/archive/azio.c
+1
-1
No files found.
storage/archive/archive_test.c
View file @
f8d1bc8c
...
...
@@ -43,6 +43,6 @@ int main(int argc, char *argv[])
azclose
(
&
foo
);
azclose
(
&
foo1
);
/
/unlink("test");
/
* unlink("test"); */
return
0
;
}
storage/archive/azio.c
View file @
f8d1bc8c
...
...
@@ -166,7 +166,7 @@ int get_byte(s)
if
(
s
->
stream
.
avail_in
==
0
)
{
s
->
z_eof
=
1
;
/
/ if (ferror(s->file)) s->z_err = Z_ERRNO;
/
* if (ferror(s->file)) s->z_err = Z_ERRNO; */
return
EOF
;
}
s
->
stream
.
next_in
=
s
->
inbuf
;
...
...
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