diff options
author | Mikael Ronstrom <mikael@dator8> | 2011-03-04 12:53:56 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@dator8> | 2011-03-04 12:53:56 +0100 |
commit | 5f24be65270c844ba705de9121a95b3bb048dcc3 (patch) | |
tree | 5f3fc27633a670778eed8ce16f50e03c1941f3a1 /sql/sp_head.h | |
parent | fd926652dee10209f42b117aba0ca69bad411aa7 (diff) | |
download | mariadb-git-5f24be65270c844ba705de9121a95b3bb048dcc3.tar.gz |
Changed prefix from ES_ to STMT_ on Query arena state
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 7ee80824b4d..4d5e2dd95ab 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -560,7 +560,7 @@ public: /// Should give each a name or type code for debugging purposes? sp_instr(uint ip, sp_pcontext *ctx) - :Query_arena(0, ES_INITIALIZED_FOR_SP), marked(0), m_ip(ip), m_ctx(ctx) + :Query_arena(0, STMT_INITIALIZED_FOR_SP), marked(0), m_ip(ip), m_ctx(ctx) {} virtual ~sp_instr() |