diff options
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r-- | sql/sp_rcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h index 7a9271ed06a..1b83d3518b6 100644 --- a/sql/sp_rcontext.h +++ b/sql/sp_rcontext.h @@ -220,7 +220,7 @@ public: LEX * pre_open(THD *thd); void - post_open(THD *thd, my_bool isopen); + post_open(THD *thd, my_bool was_opened); int close(THD *thd); |