Commit be6d6e1b authored by Sergey Petrunya's avatar Sergey Petrunya

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

parent e3cfbb39
......@@ -3004,6 +3004,7 @@ make_join_statistics(JOIN *join, TABLE_LIST *tables_arg, COND *conds,
bitmap_set_bit(stat[j].dependent, k);
}
}
}
*/
for (s= stat ; s < stat_end ; s++)
......
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