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
e3b9c804
Commit
e3b9c804
authored
Apr 13, 2006
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for distcheck
parent
601d7076
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
configure.in
configure.in
+2
-1
sql/sql_lex.cc
sql/sql_lex.cc
+1
-1
No files found.
configure.in
View file @
e3b9c804
...
...
@@ -2336,7 +2336,8 @@ AC_ARG_WITH(libedit,
[
with_libedit
=
$withval
]
,
[
with_libedit
=
undefined
]
)
if
test
-z
"
$with_readline$with_libedit
"
-a
!
-e
cmd-line-utils
if
test
"
$with_readline
/
$with_libedit
"
=
"undefined/undefined"
-a
!
-e
"
$srcdir
/cmd-line-utils"
then
with_readline
=
no
with_libedit
=
no
...
...
sql/sql_lex.cc
View file @
e3b9c804
...
...
@@ -80,7 +80,7 @@ inline int lex_casecmp(const char *s, const char *t, uint len)
return
(
int
)
len
+
1
;
}
#include
"lex_hash.h"
#include
<lex_hash.h>
void
lex_init
(
void
)
...
...
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