1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix two typos in comments.

This commit is contained in:
konstantin@mysql.com
2005-01-25 17:25:46 +03:00
parent 72de651ab5
commit 6c3a4aee18
2 changed files with 2 additions and 2 deletions

View File

@ -12962,7 +12962,7 @@ static void print_join(THD *thd, String *str, List<TABLE_LIST> *tables)
{
TABLE_LIST *curr= *tbl;
if (curr->outer_join)
str->append(" left join ", 11); // MySQL converg right to left joins
str->append(" left join ", 11); // MySQL converts right to left joins
else if (curr->straight)
str->append(" straight_join ", 15);
else