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
96fb3dd3
Commit
96fb3dd3
authored
Aug 21, 2001
by
tim@white.box
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
myisamchk.c Make --set-character-set actually do something.
parent
aac4bdef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
myisam/myisamchk.c
myisam/myisamchk.c
+2
-3
No files found.
myisam/myisamchk.c
View file @
96fb3dd3
...
...
@@ -39,7 +39,6 @@ static uint decode_bits;
static
char
**
default_argv
;
static
const
char
*
load_default_groups
[]
=
{
"myisamchk"
,
0
};
static
const
char
*
set_charset_name
;
static
uint8
set_charset_number
;
static
CHARSET_INFO
*
set_charset
;
static
const
char
*
type_names
[]
=
...
...
@@ -607,9 +606,9 @@ static int myisamchk(MI_CHECK *param, my_string filename)
(((
ulonglong
)
1L
<<
share
->
base
.
keys
)
-
1
))
||
test_if_almost_full
(
info
)
||
info
->
s
->
state
.
header
.
file_version
[
3
]
!=
myisam_file_magic
[
3
]
||
(
set_charset
&&
set_charset
_
number
!=
share
->
state
.
header
.
language
)))
(
set_charset
&&
set_charset
->
number
!=
share
->
state
.
header
.
language
)))
{
check_param
.
language
=
set_charset
_
number
;
check_param
.
language
=
set_charset
->
number
;
if
(
recreate_table
(
&
check_param
,
&
info
,
filename
))
{
VOID
(
fprintf
(
stderr
,
...
...
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