Commit 9b3084b7 authored by Monty's avatar Monty

Fixed typo in xtrabackup.c

parent d77d9e1f
......@@ -856,7 +856,7 @@ static std::string filename_to_spacename(const void *filename, size_t len)
{
char f[FN_REFLEN];
char *p= 0, *table, *db;
DBUG_ASSERT(len = FN_REFLEN);
DBUG_ASSERT(len < FN_REFLEN);
strmake(f, (const char*) filename, len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment