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
b7aa9815
Commit
b7aa9815
authored
Nov 22, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Table file %s was created in MySQL 4.1+" is an error, not a warning
parent
eb8d9d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
myisam/mi_open.c
myisam/mi_open.c
+4
-0
No files found.
myisam/mi_open.c
View file @
b7aa9815
...
...
@@ -188,7 +188,11 @@ 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
)
{
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
);
my_errno
=
HA_ERR_UNSUPPORTED
;
goto
err
;
}
mi_state_info_read
(
disk_cache
,
&
share
->
state
);
len
=
mi_uint2korr
(
share
->
state
.
header
.
base_info_length
);
...
...
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