mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#2486 - Natural/using join according to SQL:2003.
Post-review fixes according to Monty's review.
This commit is contained in:
@ -1006,9 +1006,9 @@ typedef struct st_lex
|
||||
}
|
||||
void cleanup_after_one_table_open();
|
||||
|
||||
void push_context(Name_resolution_context *context)
|
||||
bool push_context(Name_resolution_context *context)
|
||||
{
|
||||
context_stack.push_front(context);
|
||||
return context_stack.push_front(context);
|
||||
}
|
||||
|
||||
void pop_context()
|
||||
|
Reference in New Issue
Block a user