-
Bug
-
-
Major
-
Resolution:
Fixed
-
10.5, 10.6, 10.11, 11.1(EOL), 11.2(EOL), 11.4, 11.5(EOL), 11.6(EOL)
-
-
-
./mtr --suite=connect odbc_sqlite3
|
Leads to:
10.5.26 b8f92ade57691a78cc97c5d79eae0a27a10cb8f2 (Optimized)
|
connect.odbc_sqlite3 [ fail ]
|
Test ended at 2024-08-05 11:42:03
|
|
CURRENT_TEST: connect.odbc_sqlite3
|
--- /test/MD200724-mariadb-10.5.26-linux-x86_64-opt/mysql-test/plugin/connect/connect/r/odbc_sqlite3.result 2024-07-20 09:55:24.000000000 +1000
|
+++ /test/MD200724-mariadb-10.5.26-linux-x86_64-opt/mysql-test/plugin/connect/connect/r/odbc_sqlite3.reject 2024-08-05 11:42:02.970890472 +1000
|
@@ -2,14 +2,14 @@
|
t1 CREATE TABLE `t1` (
|
`Description` char(128) NOT NULL,
|
`Attributes` varchar(256) DEFAULT NULL
|
-) ENGINE=CONNECT DEFAULT CHARSET=latin1 `TABLE_TYPE`='ODBC' `CATFUNC`='Drivers'
|
+) ENGINE=CONNECT DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci `TABLE_TYPE`='ODBC' `CATFUNC`='Drivers'
|
SET NAMES utf8;
|
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' CHARSET=utf8 DATA_CHARSET=utf8;;
|
SHOW CREATE TABLE t1;
|
Table Create Table
|
t1 CREATE TABLE `t1` (
|
`a` varchar(64) DEFAULT NULL
|
-) ENGINE=CONNECT DEFAULT CHARSET=utf8 CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' `TABLE_TYPE`='ODBC' `DATA_CHARSET`='utf8'
|
+) ENGINE=CONNECT DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' `TABLE_TYPE`='ODBC' `DATA_CHARSET`='utf8'
|
SELECT * FROM t1;
|
a
|
test1
|
@@ -21,8 +21,8 @@
|
SHOW CREATE TABLE t2;
|
Table Create Table
|
t2 CREATE TABLE `t2` (
|
- `a` varchar(64) CHARACTER SET utf8 DEFAULT NULL
|
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
+ `a` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL
|
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
SELECT * FROM t2;
|
a
|
test1
|
|
Result length mismatch
|
And, somewhat differently on later versions to (note the utf8mb4):
11.6.0 d83742622dd1bece3f6a3a11ac0be64de0f3ff84 (Optimized)
|
connect.odbc_sqlite3 [ fail ]
|
Test ended at 2024-08-05 11:44:53
|
|
CURRENT_TEST: connect.odbc_sqlite3
|
--- /test/MD200724-mariadb-11.6.0-linux-x86_64-opt/mariadb-test/plugin/connect/connect/r/odbc_sqlite3.result 2024-07-20 11:13:18.000000000 +1000
|
+++ /test/MD200724-mariadb-11.6.0-linux-x86_64-opt/mariadb-test/plugin/connect/connect/r/odbc_sqlite3.reject 2024-08-05 11:44:53.064886582 +1000
|
@@ -2,14 +2,14 @@
|
t1 CREATE TABLE `t1` (
|
`Description` char(128) NOT NULL,
|
`Attributes` varchar(256) DEFAULT NULL
|
-) ENGINE=CONNECT DEFAULT CHARSET=latin1 `TABLE_TYPE`='ODBC' `CATFUNC`='Drivers'
|
+) ENGINE=CONNECT DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci `TABLE_TYPE`='ODBC' `CATFUNC`='Drivers'
|
SET NAMES utf8;
|
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=ODBC CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' CHARSET=utf8 DATA_CHARSET=utf8;;
|
SHOW CREATE TABLE t1;
|
Table Create Table
|
t1 CREATE TABLE `t1` (
|
`a` varchar(64) DEFAULT NULL
|
-) ENGINE=CONNECT DEFAULT CHARSET=utf8 CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' `TABLE_TYPE`='ODBC' `DATA_CHARSET`='utf8'
|
+) ENGINE=CONNECT DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_uca1400_ai_ci CONNECTION='Driver=SQLite3 ODBC Driver;Database=MTR_SUITE_DIR/std_data/test.sqlite3;NoWCHAR=yes' `TABLE_TYPE`='ODBC' `DATA_CHARSET`='utf8'
|
SELECT * FROM t1;
|
a
|
test1
|
@@ -21,8 +21,8 @@
|
SHOW CREATE TABLE t2;
|
Table Create Table
|
t2 CREATE TABLE `t2` (
|
- `a` varchar(64) CHARACTER SET utf8 DEFAULT NULL
|
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
+ `a` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_uca1400_ai_ci DEFAULT NULL
|
+) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
|
SELECT * FROM t2;
|
a
|
test1
|
|
Result length mismatch
|
{"report":{"fcp":800.5999999046326,"ttfb":174.09999990463257,"pageVisibility":"visible","entityId":130240,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"cb80dd05-4485-43b3-99ed-a5588332f5dc","navigationType":0,"readyForUser":875.2999999523163,"redirectCount":0,"resourceLoadedEnd":818.5999999046326,"resourceLoadedStart":179.20000004768372,"resourceTiming":[{"duration":148.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":179.20000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":179.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":328,"responseStart":0,"secureConnectionStart":0},{"duration":148.60000014305115,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":179.39999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":179.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":328,"responseStart":0,"secureConnectionStart":0},{"duration":159.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":179.5,"connectEnd":179.5,"connectStart":179.5,"domainLookupEnd":179.5,"domainLookupStart":179.5,"fetchStart":179.5,"redirectEnd":0,"redirectStart":0,"requestStart":179.5,"responseEnd":338.59999990463257,"responseStart":338.59999990463257,"secureConnectionStart":179.5},{"duration":230.29999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":179.59999990463257,"connectEnd":179.59999990463257,"connectStart":179.59999990463257,"domainLookupEnd":179.59999990463257,"domainLookupStart":179.59999990463257,"fetchStart":179.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":179.59999990463257,"responseEnd":409.89999985694885,"responseStart":409.89999985694885,"secureConnectionStart":179.59999990463257},{"duration":226.60000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":179.59999990463257,"connectEnd":179.59999990463257,"connectStart":179.59999990463257,"domainLookupEnd":179.59999990463257,"domainLookupStart":179.59999990463257,"fetchStart":179.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":179.59999990463257,"responseEnd":406.2000000476837,"responseStart":406.2000000476837,"secureConnectionStart":179.59999990463257},{"duration":231.20000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":179.79999995231628,"connectEnd":179.79999995231628,"connectStart":179.79999995231628,"domainLookupEnd":179.79999995231628,"domainLookupStart":179.79999995231628,"fetchStart":179.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":179.79999995231628,"responseEnd":411,"responseStart":411,"secureConnectionStart":179.79999995231628},{"duration":230.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":179.79999995231628,"connectEnd":179.79999995231628,"connectStart":179.79999995231628,"domainLookupEnd":179.79999995231628,"domainLookupStart":179.79999995231628,"fetchStart":179.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":179.79999995231628,"responseEnd":410.59999990463257,"responseStart":410.59999990463257,"secureConnectionStart":179.79999995231628},{"duration":231.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":180,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":180,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":411.5,"responseStart":0,"secureConnectionStart":0},{"duration":231.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":180.09999990463257,"connectEnd":180.09999990463257,"connectStart":180.09999990463257,"domainLookupEnd":180.09999990463257,"domainLookupStart":180.09999990463257,"fetchStart":180.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":180.09999990463257,"responseEnd":411.5,"responseStart":411.39999985694885,"secureConnectionStart":180.09999990463257},{"duration":231.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":180.29999995231628,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":180.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":411.89999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":231.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":180.29999995231628,"connectEnd":180.29999995231628,"connectStart":180.29999995231628,"domainLookupEnd":180.29999995231628,"domainLookupStart":180.29999995231628,"fetchStart":180.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":180.29999995231628,"responseEnd":412,"responseStart":412,"secureConnectionStart":180.29999995231628},{"duration":409.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":185.59999990463257,"connectEnd":185.59999990463257,"connectStart":185.59999990463257,"domainLookupEnd":185.59999990463257,"domainLookupStart":185.59999990463257,"fetchStart":185.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":185.59999990463257,"responseEnd":594.7000000476837,"responseStart":594.7000000476837,"secureConnectionStart":185.59999990463257},{"duration":633,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":185.59999990463257,"connectEnd":185.59999990463257,"connectStart":185.59999990463257,"domainLookupEnd":185.59999990463257,"domainLookupStart":185.59999990463257,"fetchStart":185.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":185.59999990463257,"responseEnd":818.5999999046326,"responseStart":818.5999999046326,"secureConnectionStart":185.59999990463257},{"duration":188.29999995231628,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":553.0999999046326,"connectEnd":553.0999999046326,"connectStart":553.0999999046326,"domainLookupEnd":553.0999999046326,"domainLookupStart":553.0999999046326,"fetchStart":553.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":553.0999999046326,"responseEnd":741.3999998569489,"responseStart":741.3999998569489,"secureConnectionStart":553.0999999046326}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":29,"responseStart":175,"responseEnd":179,"domLoading":178,"domInteractive":939,"domContentLoadedEventStart":939,"domContentLoadedEventEnd":983,"domComplete":1892,"loadEventStart":1892,"loadEventEnd":1893,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":919.3999998569489},{"name":"bigPipe.sidebar-id.end","time":920.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":920.2000000476837},{"name":"bigPipe.activity-panel-pipe-id.end","time":922.5999999046326},{"name":"activityTabFullyLoaded","time":989.0999999046326}],"measures":[],"correlationId":"5fcf4342b7b906","effectiveType":"4g","downlink":9.5,"rtt":0,"serverDuration":80,"dbReadsTimeInMs":12,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}