1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
unknown
2007-06-02 21:43:04 +04:00
parent a5128d701e
commit b85d7da25d

View File

@@ -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,