mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01: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:
parent
3789b2af0a
commit
7a45095614
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue