mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge rurik.mysql.com:/home/igor/mysql-5.0
into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
This commit is contained in:
@@ -1020,9 +1020,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