mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0-bug25897
into moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1
This commit is contained in:
@@ -890,10 +890,8 @@ struct st_parsing_options
|
||||
bool allows_select_procedure;
|
||||
bool allows_derived;
|
||||
|
||||
st_parsing_options()
|
||||
: allows_variable(TRUE), allows_select_into(TRUE),
|
||||
allows_select_procedure(TRUE), allows_derived(TRUE)
|
||||
{}
|
||||
st_parsing_options() { reset(); }
|
||||
void reset();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user