Commit be6d6e1b authored by Sergey Petrunya's avatar Sergey Petrunya

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

parent e3cfbb39
......@@ -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);
}
}
}
*/
......
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