mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into vajra.(none):/opt/local/work/mysql-5.0-21483
This commit is contained in:
@ -886,6 +886,12 @@ public:
|
||||
query_tables_own_last= 0;
|
||||
}
|
||||
}
|
||||
/**
|
||||
true if the parsed tree contains references to stored procedures
|
||||
or functions, false otherwise
|
||||
*/
|
||||
bool uses_stored_routines() const
|
||||
{ return sroutines_list.elements != 0; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user