Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6.21
Description
With exceptions below this is trival giving results and alias:
connect.grant |
--- /source/storage/connect/mysql-test/connect/r/grant.result 2024-12-02 04:23:10.721558591 +0000
|
+++ /build/mysql-test/var/1/log/grant.reject 2025-03-26 00:57:50.435468143 +0000
|
@@ -28,6 +28,7 @@
|
) ENGINE=CONNECT TABLE_TYPE=DIR FILE_NAME='*.*' CHARSET=latin1;
|
SELECT fname, ftype, size FROM t1 WHERE size>0 AND ftype!='.opt';
|
fname ftype size
|
+mysqltest_tmp_v .frm 723
|
t1 .frm 1081
|
connection user;
|
SELECT user();
|
|
Result length mismatch
|
connect.bson_udf w4 [ fail ]
|
Test ended at 2025-03-26 00:57:40
|
|
CURRENT_TEST: connect.bson_udf
|
--- /source/storage/connect/mysql-test/connect/r/bson_udf.result 2024-12-02 04:23:10.720558586 +0000
|
+++ /build/mysql-test/var/4/log/bson_udf.reject 2025-03-26 00:57:40.352405356 +0000
|
@@ -27,7 +27,7 @@
|
false
|
SELECT BsonValue();
|
BsonValue()
|
-null
|
+nu
|
SELECT BsonValue('[11, 22, 33]' json_) FROM t1;
|
BsonValue('[11, 22, 33]' json_)
|
[11,22,33]
|
....
|
|
Warnings:
|
Warning 1105 Error 2 opening notexist.json
|
+Warning 1105 Error 2 opening notexist.json
|
Warning 1105 No sub-item at '[1]'
|
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
-
- Closed
-