Fix (MySQL): Update for MariaDB v10.3 to match ERPNext installation on Oracle VPS.

This commit is contained in:
2024-12-23 23:10:16 +00:00
parent c65406905f
commit b2b1bfee10
237 changed files with 3035 additions and 3035 deletions

View File

@@ -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
);