Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
N/A
-
None
Description
From the severity perspective, the issue is of course trivial, but there is an "embarrassment factor" involved, so I'm filing it with high priority, to be fixed before the release. Feel free to demote.
bb-11.6-MDEV-32887-vector eff6bc39fcb6e1f691fa08b153d9ea44b9f77b54 |
MariaDB [test]> select VEC_FromText('x'); |
+-------------------+ |
| VEC_FromText('x') | |
+-------------------+ |
| NULL | |
+-------------------+ |
1 row in set, 1 warning (0.001 sec) |
 |
MariaDB [test]> show warnings;
|
+---------+------+----------------------------------------------------------------------------------+ |
| Level | Code | Message | |
+---------+------+----------------------------------------------------------------------------------+ |
| Warning | 4038 | Syntax error in JSON text in argument 1 to function 'VEC_FromText' at position 1 | |
+---------+------+----------------------------------------------------------------------------------+ |
1 row in set (0.000 sec) |
Attachments
Issue Links
- is caused by
-
MDEV-34939 vector search in 11.7
- Closed