mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Changed prefix from ES_ to STMT_ on Query arena state
This commit is contained in:
@@ -46,7 +46,7 @@ protected:
|
||||
select_result *result;
|
||||
public:
|
||||
Server_side_cursor(MEM_ROOT *mem_root_arg, select_result *result_arg)
|
||||
:Query_arena(mem_root_arg, ES_INITIALIZED), result(result_arg)
|
||||
:Query_arena(mem_root_arg, STMT_INITIALIZED), result(result_arg)
|
||||
{}
|
||||
|
||||
virtual bool is_open() const= 0;
|
||||
|
||||
Reference in New Issue
Block a user