Fix (MySQL): Update for MariaDB v10.3 to match ERPNext installation on Oracle VPS.
This commit is contained in:
@@ -90,9 +90,9 @@ DELIMITER ;
|
||||
/*
|
||||
CALL p_split (
|
||||
'nips'
|
||||
, 'noods, cheese ' # a_string
|
||||
, ',' # a_separator
|
||||
# '0', # a_allow_empty
|
||||
, 'noods, cheese ' -- a_string
|
||||
, ',' -- a_separator
|
||||
-- '0', -- a_allow_empty
|
||||
, 1
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user