mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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:
@ -1708,7 +1708,7 @@ static bool mysql_test_create_table(Prepared_statement *stmt)
|
|||||||
|
|
||||||
res= select_like_stmt_test(stmt, 0, 0);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user