Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
mariadb
Commits
b87ecea8
Commit
b87ecea8
authored
19 years ago
by
unknown
Browse files
Options
Download
Plain Diff
merge
parents
dd3fd08a
7d07960d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
client/mysql.cc
client/mysql.cc
+5
-4
No files found.
client/mysql.cc
View file @
b87ecea8
...
...
@@ -1133,10 +1133,11 @@ static COMMANDS *find_command(char *name,char cmd_char)
parsing the row and calling find_command()
*/
if
(
strstr
(
name
,
"
\\
g"
)
||
(
strstr
(
name
,
delimiter
)
&&
strlen
(
name
)
>=
9
&&
my_strnncoll
(
charset_info
,(
uchar
*
)
name
,
9
,
(
const
uchar
*
)
"delimiter"
,
9
)))
!
(
strlen
(
name
)
>=
9
&&
!
my_strnncoll
(
charset_info
,
(
uchar
*
)
name
,
9
,
(
const
uchar
*
)
"delimiter"
,
9
))))
DBUG_RETURN
((
COMMANDS
*
)
0
);
if
((
end
=
strcont
(
name
,
"
\t
"
)))
{
...
...
This diff is collapsed.
Click to expand it.
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