mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge tag '11.1' into 11.2
MariaDB 11.1.3 release
This commit is contained in:
@@ -873,13 +873,10 @@ public:
|
||||
{
|
||||
m_index= 0;
|
||||
m_target_bound= 0;
|
||||
m_cursor_offset= 0;
|
||||
m_direction= 0;
|
||||
m_implicit_cursor= false;
|
||||
}
|
||||
void init(const Lex_for_loop_st &other)
|
||||
{
|
||||
*this= other;
|
||||
}
|
||||
bool is_for_loop_cursor() const { return m_target_bound == NULL; }
|
||||
bool is_for_loop_explicit_cursor() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user