summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2007-06-02 21:43:04 +0400
committerunknown <sergefp@mysql.com>2007-06-02 21:43:04 +0400
commitb85d7da25dcec055de80ef0b4d9b886c55f38432 (patch)
tree6686c0d8d375cd944d6aaddc31a517a5362bedc5 /sql/sql_table.cc
parenta5128d701ef97377e535e706f21d81b72f765c09 (diff)
downloadmariadb-git-b85d7da25dcec055de80ef0b4d9b886c55f38432.tar.gz
BUG#28427: fix typo, s/bool/uint/
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index a77ed172478..6d5860240be 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -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,