Commit 8ad470e2 authored by unknown's avatar unknown

fixed typo (thanks to Igor)


sql/table.cc:
  fixed typo
parent 8b2ffdbf
......@@ -1604,7 +1604,7 @@ bool st_table_list::setup_ancestor(THD *thd, Item **conds)
expression will not be moved to WHERE condition (i.e. will be clean
correctly for PS/SP)
*/
on_expr= and_conds(tbl->on_expr, where);
tbl->on_expr= and_conds(tbl->on_expr, where);
break;
}
}
......
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