Followup to Bug#42546 Backup: RESTORE fails, thinking it finds an existing table

Fixes a bug where bool* was used as an argument to a function where the parameter
was of type bool.
This commit is contained in:
Jon Olav Hauglid 2010-05-04 16:33:42 +02:00
parent 3789b2af0a
commit 7a45095614

View file

@ -1708,7 +1708,7 @@ static bool mysql_test_create_table(Prepared_statement *stmt)
res= select_like_stmt_test(stmt, 0, 0);
lex->link_first_table_back(create_table, &link_to_local);
lex->link_first_table_back(create_table, link_to_local);
}
else
{