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
491cdf39
Commit
491cdf39
authored
Jul 21, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gen_lex_hash sigsegv fixed
parent
d951272d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/gen_lex_hash.cc
sql/gen_lex_hash.cc
+3
-2
No files found.
sql/gen_lex_hash.cc
View file @
491cdf39
...
@@ -89,6 +89,7 @@ static struct my_option my_long_options[] =
...
@@ -89,6 +89,7 @@ static struct my_option my_long_options[] =
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"version"
,
'V'
,
"Output version information and exit"
,
{
"version"
,
'V'
,
"Output version information and exit"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
0
,
0
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
}
};
};
struct
hash_lex_struct
struct
hash_lex_struct
...
@@ -101,8 +102,8 @@ struct hash_lex_struct
...
@@ -101,8 +102,8 @@ struct hash_lex_struct
};
};
int
ithis
;
int
ithis
;
};
};
hash_lex_struct
*
get_hash_struct_by_len
(
hash_lex_struct
**
root_by_len
,
hash_lex_struct
*
get_hash_struct_by_len
(
hash_lex_struct
**
root_by_len
,
int
len
,
int
*
max_len
)
int
len
,
int
*
max_len
)
{
{
if
(
*
max_len
<
len
){
if
(
*
max_len
<
len
){
...
...
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