Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-11-09 09:41:05 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-01-13 18:04:33 +0300
commitc2a9e2e430985a58f7dea06424be129c8ecdb6f3 (patch)
tree04d5b69cf617dad071ed8f14278037b405465bea /database
parentdd79eaa49565a053546e8212b147743865c7d1ca (diff)
....I..... [ZBXNEXT-6285] code review fixes
Diffstat (limited to 'database')
-rw-r--r--database/oracle/images.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/oracle/images.sql b/database/oracle/images.sql
index e95ff902590..7142d38844e 100644
--- a/database/oracle/images.sql
+++ b/database/oracle/images.sql
@@ -1,4 +1,4 @@
--- this function is taken from https://stackoverflow.com/questions/19539408/error-when-decoding-base-64-to-blob
+-- https://stackoverflow.com/questions/19539408/error-when-decoding-base-64-to-blob
CREATE OR REPLACE FUNCTION base64_decode(p_content CLOB) RETURN BLOB
IS
C_CHUNK_SIZE CONSTANT INTEGER := 12000; -- should be a multiple of 4