mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-9568 mysqlcheck crashes with nonexistent table name
remove erroneous free() call
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user