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
nexedi
MariaDB
Commits
0b9fb9ae
Commit
0b9fb9ae
authored
9 years ago
by
Sergei Golubchik
Browse files
Options
Download
Email Patches
Plain Diff
MDEV-9568 mysqlcheck crashes with nonexistent table name
remove erroneous free() call
parent
c29e450e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
client/mysqlcheck.c
client/mysqlcheck.c
+0
-1
No files found.
client/mysqlcheck.c
View file @
0b9fb9ae
...
...
@@ -512,7 +512,6 @@ static int is_view(const char *table)
{
fprintf
(
stderr
,
"Failed to %s
\n
"
,
query
);
fprintf
(
stderr
,
"Error: %s
\n
"
,
mysql_error
(
sock
));
my_free
(
query
);
DBUG_RETURN
(
-
1
);
}
res
=
mysql_store_result
(
sock
);
...
...
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