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
8dabbe34
Commit
8dabbe34
authored
May 23, 2006
by
jani@ua141d10.elisa.omakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed wrong ascii codes from source code.
Fixed core dump in --help
parent
fd2792cb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/heap.h
include/heap.h
+1
-1
mysys/my_getopt.c
mysys/my_getopt.c
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
include/heap.h
View file @
8dabbe34
...
@@ -111,7 +111,7 @@ struct st_heap_info; /* For referense */
...
@@ -111,7 +111,7 @@ struct st_heap_info; /* For referense */
typedef
struct
st_hp_keydef
/* Key definition with open */
typedef
struct
st_hp_keydef
/* Key definition with open */
{
{
uint
flag
;
/* HA_NOSAME | HA_NULL_PART_KEY */
uint
flag
;
/* HA_NOSAME |
HA_NULL_PART_KEY */
uint
keysegs
;
/* Number of key-segment */
uint
keysegs
;
/* Number of key-segment */
uint
length
;
/* Length of key (automatic) */
uint
length
;
/* Length of key (automatic) */
uint8
algorithm
;
/* HASH / BTREE */
uint8
algorithm
;
/* HASH / BTREE */
...
...
mysys/my_getopt.c
View file @
8dabbe34
...
@@ -486,7 +486,7 @@ invalid value '%s'\n",
...
@@ -486,7 +486,7 @@ invalid value '%s'\n",
}
}
get_one_option
(
optp
->
id
,
optp
,
argument
);
get_one_option
(
optp
->
id
,
optp
,
argument
);
(
*
argc
)
--
;
/* option handled (short
orlo
ng), decrease argument count */
(
*
argc
)
--
;
/* option handled (short
or
long), decrease argument count */
}
}
else
/* non-option found */
else
/* non-option found */
(
*
argv
)[
argvpos
++
]
=
cur_arg
;
(
*
argv
)[
argvpos
++
]
=
cur_arg
;
...
...
sql/mysqld.cc
View file @
8dabbe34
...
@@ -5004,7 +5004,7 @@ Disable with --skip-bdb (will save memory).",
...
@@ -5004,7 +5004,7 @@ Disable with --skip-bdb (will save memory).",
(
gptr
*
)
&
global_system_variables
.
engine_condition_pushdown
,
(
gptr
*
)
&
global_system_variables
.
engine_condition_pushdown
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"event-scheduler"
,
OPT_EVENT_SCHEDULER
,
"Enable/disable the event scheduler."
,
{
"event-scheduler"
,
OPT_EVENT_SCHEDULER
,
"Enable/disable the event scheduler."
,
(
gptr
*
)
&
Events
::
opt_event_scheduler
,
(
gptr
*
)
&
Events
::
opt_event_scheduler
,
0
,
GET_
STR
,
(
gptr
*
)
&
Events
::
opt_event_scheduler
,
(
gptr
*
)
&
Events
::
opt_event_scheduler
,
0
,
GET_
ULONG
,
REQUIRED_ARG
,
2
/*default*/
,
0
/*min-value*/
,
2
/*max-value*/
,
0
,
0
,
0
},
REQUIRED_ARG
,
2
/*default*/
,
0
/*min-value*/
,
2
/*max-value*/
,
0
,
0
,
0
},
{
"exit-info"
,
'T'
,
"Used for debugging; Use at your own risk!"
,
0
,
0
,
0
,
{
"exit-info"
,
'T'
,
"Used for debugging; Use at your own risk!"
,
0
,
0
,
0
,
GET_LONG
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
GET_LONG
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
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