1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed bug of derived table in subselect

fixed bug in error handling
This commit is contained in:
bell@sanja.is.com.ua
2002-11-13 11:59:03 +02:00
parent e3d78f0bd4
commit d8f1d74fe5
6 changed files with 36 additions and 16 deletions

View File

@ -336,7 +336,7 @@ public:
}
st_select_lex* outer_select();
st_select_lex* next_select() { return (st_select_lex*) next; }
st_select_lex* next_select_in_list()
st_select_lex* next_select_in_list()
{
return (st_select_lex*) link_next;
}