I create this test file:
# Copy a table with the old MySQL-4.0 VARCHAR
|
let $MYSQLD_DATADIR= `select @@datadir`;
|
copy_file $MYSQL_TEST_DIR/std_data/vchar.frm $MYSQLD_DATADIR/test/vchar.frm;
|
truncate table vchar;
|
SHOW CREATE TABLE vchar;
|
|
CREATE TABLE t2_simple AS SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_simple;
|
DROP TABLE t2_simple;
|
|
CREATE TABLE t2_union_vv AS SELECT v FROM vchar UNION SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_union_vv;
|
DROP TABLE t2_union_vv;
|
|
CREATE TABLE t2_union_vn AS SELECT v FROM vchar UNION SELECT NULL;
|
SHOW CREATE TABLE t2_union_vn;
|
DROP TABLE t2_union_vn;
|
|
CREATE TABLE t2_union_nv AS SELECT NULL AS v UNION SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_union_nv;
|
DROP TABLE t2_union_nv;
|
|
DROP TABLE vchar;
|
Now I run this test and it produces the following output:
truncate table vchar;
|
SHOW CREATE TABLE vchar;
|
Table Create Table
|
vchar CREATE TABLE `vchar` (
|
`v` varchar(30) DEFAULT NULL,
|
`c` char(3) DEFAULT NULL,
|
`e` enum('abc','def','ghi') DEFAULT NULL,
|
`t` text DEFAULT NULL
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
CREATE TABLE t2_simple AS SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_simple;
|
Table Create Table
|
t2_simple CREATE TABLE `t2_simple` (
|
`v` varchar(30) DEFAULT NULL
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
DROP TABLE t2_simple;
|
CREATE TABLE t2_union_vv AS SELECT v FROM vchar UNION SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_union_vv;
|
Table Create Table
|
t2_union_vv CREATE TABLE `t2_union_vv` (
|
`v` char(30) DEFAULT NULL
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
DROP TABLE t2_union_vv;
|
CREATE TABLE t2_union_vn AS SELECT v FROM vchar UNION SELECT NULL;
|
SHOW CREATE TABLE t2_union_vn;
|
Table Create Table
|
t2_union_vn CREATE TABLE `t2_union_vn` (
|
`v` char(30) DEFAULT NULL
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
DROP TABLE t2_union_vn;
|
CREATE TABLE t2_union_nv AS SELECT NULL AS v UNION SELECT v FROM vchar;
|
SHOW CREATE TABLE t2_union_nv;
|
Table Create Table
|
t2_union_nv CREATE TABLE `t2_union_nv` (
|
`v` char(30) DEFAULT NULL
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
DROP TABLE t2_union_nv;
|
DROP TABLE vchar;
|
Notice:
- the data type in t2_simple is VARCHAR as expected.
- the data type in t2_union_vv, t2_union_vn, t2_union_nv is CHAR, which is wrong.
Note, if I replace copying of vchar.frm (the old VARCHAR) to a normal CREATE like this:
CREATE TABLE vchar (v VARCHAR(30));
|
and return the test, it correctly creates VARCHAR in all queries.
So this problem is specific to the old VARCHAR.
{"report":{"fcp":1149.5999994277954,"ttfb":248.19999980926514,"pageVisibility":"visible","entityId":67846,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"01723d94-ad37-4855-915f-8b9c4a9107ef","navigationType":0,"readyForUser":1239.8999996185303,"redirectCount":0,"resourceLoadedEnd":1324.2999992370605,"resourceLoadedStart":253.69999980926514,"resourceTiming":[{"duration":190.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":253.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":253.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":444.19999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":190.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":254,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":254,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":444.5,"responseStart":0,"secureConnectionStart":0},{"duration":199.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":254.29999923706055,"connectEnd":254.29999923706055,"connectStart":254.29999923706055,"domainLookupEnd":254.29999923706055,"domainLookupStart":254.29999923706055,"fetchStart":254.29999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":254.29999923706055,"responseEnd":453.79999923706055,"responseStart":453.79999923706055,"secureConnectionStart":254.29999923706055},{"duration":522.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":254.39999961853027,"connectEnd":254.39999961853027,"connectStart":254.39999961853027,"domainLookupEnd":254.39999961853027,"domainLookupStart":254.39999961853027,"fetchStart":254.39999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":254.39999961853027,"responseEnd":776.6999998092651,"responseStart":776.6999998092651,"secureConnectionStart":254.39999961853027},{"duration":526.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":254.5999994277954,"connectEnd":254.5999994277954,"connectStart":254.5999994277954,"domainLookupEnd":254.5999994277954,"domainLookupStart":254.5999994277954,"fetchStart":254.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":254.5999994277954,"responseEnd":780.6999998092651,"responseStart":780.6999998092651,"secureConnectionStart":254.5999994277954},{"duration":526.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":254.89999961853027,"connectEnd":254.89999961853027,"connectStart":254.89999961853027,"domainLookupEnd":254.89999961853027,"domainLookupStart":254.89999961853027,"fetchStart":254.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":254.89999961853027,"responseEnd":781.1999998092651,"responseStart":781.1999998092651,"secureConnectionStart":254.89999961853027},{"duration":526.4000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":255.0999994277954,"connectEnd":255.0999994277954,"connectStart":255.0999994277954,"domainLookupEnd":255.0999994277954,"domainLookupStart":255.0999994277954,"fetchStart":255.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":255.0999994277954,"responseEnd":781.5,"responseStart":781.5,"secureConnectionStart":255.0999994277954},{"duration":527.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":255.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":255.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":782.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":526.6999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":255.39999961853027,"connectEnd":255.39999961853027,"connectStart":255.39999961853027,"domainLookupEnd":255.39999961853027,"domainLookupStart":255.39999961853027,"fetchStart":255.39999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":255.39999961853027,"responseEnd":782.0999994277954,"responseStart":782.0999994277954,"secureConnectionStart":255.39999961853027},{"duration":527.1999998092651,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/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":255.5999994277954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":255.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":782.7999992370605,"responseStart":0,"secureConnectionStart":0},{"duration":526.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/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":255.69999980926514,"connectEnd":255.69999980926514,"connectStart":255.69999980926514,"domainLookupEnd":255.69999980926514,"domainLookupStart":255.69999980926514,"fetchStart":255.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":255.69999980926514,"responseEnd":782.5999994277954,"responseStart":782.5999994277954,"secureConnectionStart":255.69999980926514},{"duration":609.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":256.5,"connectEnd":256.5,"connectStart":256.5,"domainLookupEnd":256.5,"domainLookupStart":256.5,"fetchStart":256.5,"redirectEnd":0,"redirectStart":0,"requestStart":256.5,"responseEnd":865.6999998092651,"responseStart":865.6999998092651,"secureConnectionStart":256.5},{"duration":1050.9000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":260.79999923706055,"connectEnd":260.79999923706055,"connectStart":260.79999923706055,"domainLookupEnd":260.79999923706055,"domainLookupStart":260.79999923706055,"fetchStart":260.79999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":260.79999923706055,"responseEnd":1311.6999998092651,"responseStart":1311.6999998092651,"secureConnectionStart":260.79999923706055},{"duration":255.89999961853027,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":600,"connectEnd":600,"connectStart":600,"domainLookupEnd":600,"domainLookupStart":600,"fetchStart":600,"redirectEnd":0,"redirectStart":0,"requestStart":600,"responseEnd":855.8999996185303,"responseStart":855.8999996185303,"secureConnectionStart":600},{"duration":275.3999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1048.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1048.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1324.2999992370605,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":73,"responseStart":248,"responseEnd":252,"domLoading":251,"domInteractive":1333,"domContentLoadedEventStart":1333,"domContentLoadedEventEnd":1375,"domComplete":2124,"loadEventStart":2124,"loadEventEnd":2125,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1313.5999994277954},{"name":"bigPipe.sidebar-id.end","time":1314.3999996185303},{"name":"bigPipe.activity-panel-pipe-id.start","time":1314.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1316.7999992370605},{"name":"activityTabFullyLoaded","time":1378.3999996185303}],"measures":[],"correlationId":"b18b76465f458a","effectiveType":"4g","downlink":9.8,"rtt":0,"serverDuration":98,"dbReadsTimeInMs":15,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}