summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorhalfspawn <j.brauge@qualiac.com>2017-09-27 16:49:40 +0200
committerhalfspawn <j.brauge@qualiac.com>2017-09-27 16:49:40 +0200
commitf44d5de689cb62fc96676571f72df050a1760b20 (patch)
tree503363893180b8e67b0ce33c8ce7f1b8e1cc0c88 /sql/sp_head.h
parentd387bc89ede0adf00d5940ee89004a412aebdf46 (diff)
downloadmariadb-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.h2
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:
/**