diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-12-13 23:52:43 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-12-13 23:52:43 +0100 |
commit | 6b4cc43f171d37f6913d847fd61e613e671e9205 (patch) | |
tree | 5ef55bcde98a1e34cd20a8e6687a95e4e75e6143 /storage/connect/value.h | |
parent | b418e978260777b88b7291db98682559212cb632 (diff) | |
parent | 92326bf8ace284f958f2e2b321a0a4cb535dd267 (diff) | |
download | mariadb-git-6b4cc43f171d37f6913d847fd61e613e671e9205.tar.gz |
Merge branch 'connect/10.0' into 10.0
Diffstat (limited to 'storage/connect/value.h')
-rw-r--r-- | storage/connect/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/value.h b/storage/connect/value.h index 471da851423..c5a381e89da 100644 --- a/storage/connect/value.h +++ b/storage/connect/value.h @@ -236,7 +236,7 @@ template <> class DllExport TYPVAL<PSZ>: public VALUE { public: // Constructors - TYPVAL(PSZ s); + TYPVAL(PSZ s, short c = 0); TYPVAL(PGLOBAL g, PSZ s, int n, int c); // Implementation |