Fix a comment (unmatched '{' and '}' screw up jumping in advanced editors)

This commit is contained in:
Sergey Petrunya 2011-05-20 19:52:24 +04:00
parent e3cfbb39d2
commit be6d6e1b3e

View file

@ -3002,6 +3002,7 @@ make_join_statistics(JOIN *join, TABLE_LIST *tables_arg, COND *conds,
if (bitmap_is_set(stat[j].dependent, i) &&
bitmap_is_set(stat[i].dependent, k))
bitmap_set_bit(stat[j].dependent, k);
}
}
}
*/