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
abfa3f0a
Commit
abfa3f0a
authored
Feb 17, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing semicolon
parent
6af8a930
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
myisam/ft_nlq_search.c
myisam/ft_nlq_search.c
+1
-1
mysys/mf_keycache.c
mysys/mf_keycache.c
+1
-1
No files found.
myisam/ft_nlq_search.c
View file @
abfa3f0a
...
...
@@ -174,7 +174,7 @@ static int walk_and_push(FT_SUPERDOC *from,
{
DBUG_ENTER
(
"walk_and_copy"
);
from
->
doc
.
weight
+=
from
->
tmp_weight
*
from
->
word_ptr
->
weight
;
set_if_smaller
(
best
->
elements
,
ft_query_expansion_limit
-
1
)
set_if_smaller
(
best
->
elements
,
ft_query_expansion_limit
-
1
)
;
queue_insert
(
best
,
(
byte
*
)
&
from
->
doc
);
DBUG_RETURN
(
0
);
}
...
...
mysys/mf_keycache.c
View file @
abfa3f0a
...
...
@@ -1961,7 +1961,7 @@ int key_cache_write(KEY_CACHE *keycache,
else
if
(
!
(
block
->
status
&
BLOCK_CHANGED
))
link_to_changed_list
(
keycache
,
block
);
set_if_smaller
(
block
->
offset
,
offset
)
set_if_smaller
(
block
->
offset
,
offset
)
;
set_if_bigger
(
block
->
length
,
read_length
+
offset
);
if
(
!
(
block
->
status
&
BLOCK_ERROR
))
...
...
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