| 417 | |
| 418 | |
| 419 | bool sp_pcontext::add_cursor(LEX_STRING name) |
| 420 | { |
| 421 | if (m_cursors.elements() == (int) m_max_cursor_index) |
| 422 | ++m_max_cursor_index; |
| 423 | |
| 424 | return m_cursors.append(name); |
| 425 | } |
| 426 | |
| 427 | |
| 428 | bool sp_pcontext::find_cursor(LEX_STRING name, |