1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

moved links initialization

mysql-test/r/delete.result:
  test of delete error
mysql-test/t/delete.test:
  test of delete error
This commit is contained in:
unknown
2002-12-15 22:01:09 +02:00
parent 19ca6d368b
commit fce29f66fb
5 changed files with 28 additions and 3 deletions

View File

@ -194,6 +194,7 @@ enum olap_type
Base class for st_select_lex (SELECT_LEX) &
st_select_lex_unit (SELECT_LEX_UNIT)
*/
struct st_lex;
class st_select_lex;
class st_select_lex_unit;
class st_select_lex_node {
@ -252,6 +253,7 @@ public:
void mark_as_dependent(st_select_lex *last);
friend class st_select_lex_unit;
friend bool mysql_new_select(struct st_lex *lex, bool move_down);
private:
void fast_exclude();
};