1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

MCOL-2182 Change in MariaDB 10.3 allows for only 2 parameters to lpad and rpad

This commit is contained in:
David Hall
2019-03-08 15:14:42 -06:00
parent 26e61546bd
commit c3f8148fff
3 changed files with 48 additions and 10 deletions

View File

@@ -325,6 +325,7 @@ public:
*/
class Func_lpad : public Func_Str
{
static const string fPad;
public:
Func_lpad() : Func_Str("lpad") {}
virtual ~Func_lpad() {}
@@ -342,6 +343,7 @@ public:
*/
class Func_rpad : public Func_Str
{
static const string fPad;
public:
Func_rpad() : Func_Str("rpad") {}
virtual ~Func_rpad() {}