mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#2486 - natural and using join according to SQL:2003
- fixed a problem with RIGHT JOIN ON and enabled corresponding tests in select.test - fixed a memory leak
This commit is contained in:
@ -374,7 +374,7 @@ struct Field_translator
|
||||
Field (for tables), or a Field_translator (for views).
|
||||
*/
|
||||
|
||||
class Natural_join_column
|
||||
class Natural_join_column: public Sql_alloc
|
||||
{
|
||||
public:
|
||||
Field_translator *view_field; /* Column reference of merge view. */
|
||||
|
Reference in New Issue
Block a user