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
47f71efe
Commit
47f71efe
authored
Aug 03, 2006
by
jimw@rama.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge rama.(none):/home/jimw/my/mysql-5.1-17122
into rama.(none):/home/jimw/my/mysql-5.1-clean
parents
554b1f01
a8223af9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
storage/myisam/myisam_ftdump.c
storage/myisam/myisam_ftdump.c
+2
-1
No files found.
storage/myisam/myisam_ftdump.c
View file @
47f71efe
...
...
@@ -86,7 +86,8 @@ int main(int argc,char *argv[])
init_key_cache
(
dflt_key_cache
,
MI_KEY_BLOCK_LENGTH
,
USE_BUFFER_INIT
,
0
,
0
);
if
(
!
(
info
=
mi_open
(
argv
[
0
],
2
,
HA_OPEN_ABORT_IF_LOCKED
|
HA_OPEN_FROM_SQL_LAYER
)))
if
(
!
(
info
=
mi_open
(
argv
[
0
],
O_RDONLY
,
HA_OPEN_ABORT_IF_LOCKED
|
HA_OPEN_FROM_SQL_LAYER
)))
{
error
=
my_errno
;
goto
err
;
...
...
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