|
function Jbin_Array expected to return only "Binary Json array", (https://mariadb.com/kb/en/mariadb/connect-json-table-type/#the-jbin-return-type), but it prints also some garbage and it accumulates
select Jbin_Array('a','b','c');
|
|
| Binary Json array ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� И|� ���� ���������|� ��|�
|
|
|
select Json_Array_Add(Json_Array(56,3.1416,'machin',NULL),'One more');
|
+----------------------------------------------------------------+
|
| Json_Array_Add(Json_Array(56,3.1416,'machin',NULL),'One more') |
|
+----------------------------------------------------------------+
|
| [56,3.1416,"machin",null,"One more"] |
|
+----------------------------------------------------------------+
|
|
select Jbin_Array('a','b','c');
|
| Binary Json array 6, "machin", null] ���(�_�� 0�|� ȿ|� H�|� ��_�� ���� `�|� ��|� ��������`�� И|� DV<�� HW<�� � 8 ��_�� ���� Ⱦ|� �|� �������H`�� И|� IV<�� И|� �_�� ��|� ��|�
|
|
|