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
9b3dccd6
Commit
9b3dccd6
authored
Jun 16, 2003
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverting Monty's "fix" that turned a warning into an error.
parent
54a5e17d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
myisam/mi_open.c
myisam/mi_open.c
+2
-5
No files found.
myisam/mi_open.c
View file @
9b3dccd6
...
...
@@ -188,11 +188,8 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags)
share
->
state_diff_length
=
len
-
MI_STATE_INFO_SIZE
;
if
(
share
->
state
.
header
.
fulltext_keys
)
{
/* Not supported in this version */
my_errno
=
HA_ERR_UNSUPPORTED
;
goto
err
;
}
fprintf
(
stderr
,
"Warning: table file %s was created in MySQL 4.1+, use REPAIR TABLE ... USE_FRM to recreate it as a valid MySQL 4.0 table
\n
"
,
name_buff
);
mi_state_info_read
(
disk_cache
,
&
share
->
state
);
len
=
mi_uint2korr
(
share
->
state
.
header
.
base_info_length
);
if
(
len
!=
MI_BASE_INFO_SIZE
)
...
...
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