Commit ad18c4b9 authored by sergefp@mysql.com's avatar sergefp@mysql.com

BUG#28427: fix typo, s/bool/uint/

parent cf36fd11
......@@ -6171,7 +6171,7 @@ view_err:
(uint*) thd->alloc(sizeof(uint) * prepared_key_list.elements)))
goto err;
/* Check how much the tables differ. */
bool res= compare_tables(table, &prepared_create_list,
uint res= compare_tables(table, &prepared_create_list,
key_info_buffer, key_count,
create_info, alter_info, order_num,
index_drop_buffer, &index_drop_count,
......
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