mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix a comment (unmatched '{' and '}' screw up jumping in advanced editors)
This commit is contained in:
parent
e3cfbb39d2
commit
be6d6e1b3e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue