Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
$ ./bin/mysqldump --help --verbose | grep -A3 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp.
Note that table structures are always dumped, irrespective of
the date/time specified. Note that the timestamp is interpreted
according to the --tz-utc setting (ref MDEV-26943 and --tz-utc).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
Aleksey Midenkov
made changes -
2022-02-09 16:53
Field
Original Value
New Value
Assignee
Aleksey Midenkov
[ midenok
]
Roel Van de Paar
[ roel
]
Aleksey Midenkov
made changes -
2022-02-09 16:55
Status
Open
[ 1
]
Needs Feedback
[ 10501
]
Roel Van de Paar
made changes -
2022-02-16 07:08
Assignee
Roel Van de Paar
[ roel
]
Aleksey Midenkov
[ midenok
]
Roel Van de Paar
made changes -
2022-02-16 07:09
Status
Needs Feedback
[ 10501
]
Open
[ 1
]
Aleksey Midenkov
made changes -
2022-02-21 23:11
Assignee
Aleksey Midenkov
[ midenok
]
Roel Van de Paar
[ roel
]
Aleksey Midenkov
made changes -
2022-02-21 23:14
Status
Open
[ 1
]
Needs Feedback
[ 10501
]
Roel Van de Paar
made changes -
2022-02-22 20:49
Description
Implement binary changes enumerated in MDEV-26946
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp. Note that table
structures are always dumped, irrespective of the date/time specified.
Note the interaction of this option with --tz-utc (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Roel Van de Paar
made changes -
2022-02-22 20:58
Description
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp. Note that table
structures are always dumped, irrespective of the date/time specified.
Note the interaction of this option with --tz-utc (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep -A2 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp. Note that table
structures are always dumped, irrespective of the date/time specified.
Note the interaction of this option with --tz-utc (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Roel Van de Paar
made changes -
2022-02-22 23:04
Status
Needs Feedback
[ 10501
]
Open
[ 1
]
Roel Van de Paar
made changes -
2022-02-25 07:13
Description
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep -A2 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp. Note that table
structures are always dumped, irrespective of the date/time specified.
Note the interaction of this option with --tz-utc (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep -A3 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp.
Note that table structures are always dumped, irrespective of the
date/time specified. Note that the timestamp is interpreted according
to the --tz-utc setting (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Roel Van de Paar
made changes -
2022-02-25 07:14
Description
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep -A3 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp.
Note that table structures are always dumped, irrespective of the
date/time specified. Note that the timestamp is interpreted according
to the --tz-utc setting (ref MDEV-26943 ).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Implement binary changes enumerated in MDEV-26946
Proposed texts as per MDEV-26946 :
{noformat}
$ ./bin/mysqldump --help --verbose | grep -A3 -m1 'as-of'
--as-of=name Dump system versioned tables as of the specified timestamp.
Note that table structures are always dumped, irrespective of
the date/time specified. Note that the timestamp is interpreted
according to the --tz-utc setting (ref MDEV-26943 and --tz-utc).
$ ./bin/mysqldump --help --verbose | grep -A5 -m1 'tz-utc'
--tz-utc This option enables TIMESTAMP columns to be dumped and
reloaded between servers in different time zones.
mysqldump sets its connection time zone to UTC before
commencing the dump, and adds SET TIME_ZONE=´+00:00´
to the top of the dump file.
{noformat}
Aleksey Midenkov
made changes -
2022-03-01 10:49
Summary
Implement binary changes enumerated in MDEV-26946
Binary changes for --as-of and --tz-utc options
Aleksey Midenkov
made changes -
2022-03-01 10:56
Assignee
Roel Van de Paar
[ roel
]
Sergei Golubchik
[ serg
]
Sergei Golubchik
made changes -
2022-04-10 11:16
Status
Open
[ 1
]
In Progress
[ 3
]
Sergei Golubchik
made changes -
2022-04-10 11:16
Status
In Progress
[ 3
]
In Review
[ 10002
]
Sergei Golubchik
made changes -
2022-04-10 11:16
Assignee
Sergei Golubchik
[ serg
]
Aleksey Midenkov
[ midenok
]
Status
In Review
[ 10002
]
Stalled
[ 10000
]
Aleksey Midenkov
made changes -
2022-04-14 13:07
Status
Stalled
[ 10000
]
In Progress
[ 3
]
Aleksey Midenkov
made changes -
2022-04-20 08:53
Fix Version/s
10.7.4
[ 27504
]
Fix Version/s
10.8.3
[ 27502
]
Fix Version/s
10.7
[ 24805
]
Resolution
Fixed
[ 1
]
Status
In Progress
[ 3
]
Closed
[ 6
]
{"report":{"fcp":1612.1999998092651,"ttfb":578.7999999523163,"pageVisibility":"visible","entityId":107613,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"59dde3b0-ec2e-4c71-beae-0963b362acd1","navigationType":0,"readyForUser":1694.8999998569489,"redirectCount":0,"resourceLoadedEnd":2306.7999999523163,"resourceLoadedStart":595.0999999046326,"resourceTiming":[{"duration":414.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":595.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":595.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1009.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":414.2000000476837,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":595.3999998569489,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":595.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1009.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":472.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":595.5999999046326,"connectEnd":595.5999999046326,"connectStart":595.5999999046326,"domainLookupEnd":595.5999999046326,"domainLookupStart":595.5999999046326,"fetchStart":595.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":595.5999999046326,"responseEnd":1068.5,"responseStart":1068.5,"secureConnectionStart":595.5999999046326},{"duration":564.1000001430511,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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":595.6999998092651,"connectEnd":595.6999998092651,"connectStart":595.6999998092651,"domainLookupEnd":595.6999998092651,"domainLookupStart":595.6999998092651,"fetchStart":595.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":595.6999998092651,"responseEnd":1159.7999999523163,"responseStart":1159.6999998092651,"secureConnectionStart":595.6999998092651},{"duration":567.7999999523163,"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":596,"connectEnd":596,"connectStart":596,"domainLookupEnd":596,"domainLookupStart":596,"fetchStart":596,"redirectEnd":0,"redirectStart":0,"requestStart":596,"responseEnd":1163.7999999523163,"responseStart":1163.7999999523163,"secureConnectionStart":596},{"duration":568.9000000953674,"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":596.1999998092651,"connectEnd":596.1999998092651,"connectStart":596.1999998092651,"domainLookupEnd":596.1999998092651,"domainLookupStart":596.1999998092651,"fetchStart":596.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":596.1999998092651,"responseEnd":1165.0999999046326,"responseStart":1165.0999999046326,"secureConnectionStart":596.1999998092651},{"duration":569.7999999523163,"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":596.3999998569489,"connectEnd":596.3999998569489,"connectStart":596.3999998569489,"domainLookupEnd":596.3999998569489,"domainLookupStart":596.3999998569489,"fetchStart":596.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":596.3999998569489,"responseEnd":1166.1999998092651,"responseStart":1166.0999999046326,"secureConnectionStart":596.3999998569489},{"duration":649,"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":596.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":596.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1245.5,"responseStart":0,"secureConnectionStart":0},{"duration":570,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":596.6999998092651,"connectEnd":596.6999998092651,"connectStart":596.6999998092651,"domainLookupEnd":596.6999998092651,"domainLookupStart":596.6999998092651,"fetchStart":596.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":596.6999998092651,"responseEnd":1166.6999998092651,"responseStart":1166.6999998092651,"secureConnectionStart":596.6999998092651},{"duration":649,"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":596.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":596.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1245.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":570.4000000953674,"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":597.0999999046326,"connectEnd":597.0999999046326,"connectStart":597.0999999046326,"domainLookupEnd":597.0999999046326,"domainLookupStart":597.0999999046326,"fetchStart":597.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":597.0999999046326,"responseEnd":1167.5,"responseStart":1167.5,"secureConnectionStart":597.0999999046326},{"duration":1100.7999999523163,"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":598.0999999046326,"connectEnd":598.0999999046326,"connectStart":598.0999999046326,"domainLookupEnd":598.0999999046326,"domainLookupStart":598.0999999046326,"fetchStart":598.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":598.0999999046326,"responseEnd":1698.8999998569489,"responseStart":1698.7999999523163,"secureConnectionStart":598.0999999046326},{"duration":1704.7999999523163,"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":602,"connectEnd":602,"connectStart":602,"domainLookupEnd":602,"domainLookupStart":602,"fetchStart":602,"redirectEnd":0,"redirectStart":0,"requestStart":602,"responseEnd":2306.7999999523163,"responseStart":2306.7999999523163,"secureConnectionStart":602},{"duration":439.39999985694885,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1270.2999999523163,"connectEnd":1270.2999999523163,"connectStart":1270.2999999523163,"domainLookupEnd":1270.2999999523163,"domainLookupStart":1270.2999999523163,"fetchStart":1270.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":1270.2999999523163,"responseEnd":1709.6999998092651,"responseStart":1709.6999998092651,"secureConnectionStart":1270.2999999523163},{"duration":775.6999998092651,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1604.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1604.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2380.199999809265,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":362,"responseStart":579,"responseEnd":584,"domLoading":592,"domInteractive":2381,"domContentLoadedEventStart":2381,"domContentLoadedEventEnd":2451,"domComplete":2996,"loadEventStart":2996,"loadEventEnd":2996,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2311.699999809265},{"name":"bigPipe.sidebar-id.end","time":2313.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":2313.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":2318.7999999523163},{"name":"activityTabFullyLoaded","time":2471.5999999046326}],"measures":[],"correlationId":"1c29940958a9f0","effectiveType":"4g","downlink":9.5,"rtt":0,"serverDuration":156,"dbReadsTimeInMs":35,"dbConnsTimeInMs":45,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}