diff options
author | halfspawn <j.brauge@qualiac.com> | 2017-09-27 16:49:40 +0200 |
---|---|---|
committer | halfspawn <j.brauge@qualiac.com> | 2017-09-27 16:49:40 +0200 |
commit | f44d5de689cb62fc96676571f72df050a1760b20 (patch) | |
tree | 503363893180b8e67b0ce33c8ce7f1b8e1cc0c88 /sql/sp_head.h | |
parent | d387bc89ede0adf00d5940ee89004a412aebdf46 (diff) | |
download | mariadb-git-f44d5de689cb62fc96676571f72df050a1760b20.tar.gz |
MDEV-13919 sql_mode=ORACLE: Derive length of VARCHAR SP parameters with no length from actual parameters
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 207d41f74fd..2f4f21a76f4 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -215,7 +215,7 @@ public: m_sp_cache_version= version_arg; } - sp_rcontext *rcontext_create(THD *thd, Field *retval); + sp_rcontext *rcontext_create(THD *thd, Field *retval, List<Item> *args); private: /** |