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
fb9b5fd9
Commit
fb9b5fd9
authored
Mar 25, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
parents
72ebff9d
f72dd18a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
BitKeeper/triggers/post-incoming
BitKeeper/triggers/post-incoming
+0
-3
BitKeeper/triggers/post-outgoing
BitKeeper/triggers/post-outgoing
+0
-3
mysys/mf_iocache.c
mysys/mf_iocache.c
+2
-1
No files found.
BitKeeper/triggers/post-incoming
deleted
100755 → 0
View file @
72ebff9d
#! /bin/sh
echo
"Test: post-incoming works"
BitKeeper/triggers/post-outgoing
deleted
100755 → 0
View file @
72ebff9d
#! /bin/sh
echo
"Test: post-outgoing works"
mysys/mf_iocache.c
View file @
fb9b5fd9
...
...
@@ -481,7 +481,8 @@ static int lock_io_cache(IO_CACHE *info, my_off_t pos)
while
(
!
s
->
active
||
s
->
active
->
pos_in_file
<
pos
)
pthread_cond_wait
(
&
s
->
cond
,
&
s
->
mutex
);
if
(
s
->
total
<
total
)
if
(
s
->
total
<
total
&&
(
!
s
->
active
||
s
->
active
->
pos_in_file
<
pos
))
return
1
;
pthread_mutex_unlock
(
&
s
->
mutex
);
...
...
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