mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
BUG#28427: fix typo, s/bool/uint/
This commit is contained in:
parent
cf36fd1117
commit
ad18c4b95c
1 changed files with 1 additions and 1 deletions
|
@ -6171,7 +6171,7 @@ view_err:
|
||||||
(uint*) thd->alloc(sizeof(uint) * prepared_key_list.elements)))
|
(uint*) thd->alloc(sizeof(uint) * prepared_key_list.elements)))
|
||||||
goto err;
|
goto err;
|
||||||
/* Check how much the tables differ. */
|
/* 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,
|
key_info_buffer, key_count,
|
||||||
create_info, alter_info, order_num,
|
create_info, alter_info, order_num,
|
||||||
index_drop_buffer, &index_drop_count,
|
index_drop_buffer, &index_drop_count,
|
||||||
|
|
Loading…
Add table
Reference in a new issue