1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

cleanup: fix a comment

This commit is contained in:
Sergei Golubchik
2016-04-01 18:42:15 +02:00
parent 3a3017a566
commit d2408e43f9
5 changed files with 15 additions and 20 deletions

View File

@ -1926,7 +1926,7 @@ JOIN::optimize_inner()
/*
It's necessary to check const part of HAVING cond as
there is a chance that some cond parts may become
const items after make_join_statisctics(for example
const items after make_join_statistics(for example
when Item is a reference to cost table field from
outer join).
This check is performed only for those conditions