Commit 7c3fabc6 authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

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.
parent 633225d1
...@@ -1708,7 +1708,7 @@ static bool mysql_test_create_table(Prepared_statement *stmt) ...@@ -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
{ {
......
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