Skip to content

Commit 3737c08

Browse files
committed
Merge branch 'mysql-5.7' into mysql-8.0
Change-Id: Ibca8420797e643e755dc3ec36f8cab87df6c8648
2 parents 7406426 + 93cda07 commit 3737c08

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
1+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
22

33
This is a release of MySQL, an SQL database server.
44

mysql-test/r/mysql_config_editor.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ user = "test_user4"
100100
##############################################
101101
# Tests for mysql_config_editor's help command
102102
##############################################
103-
Copyright (c) 2012, 2024, Oracle and/or its affiliates.
103+
Copyright (c) 2012, 2025, Oracle and/or its affiliates.
104104

105105
Oracle is a registered trademark of Oracle Corporation and/or its
106106
affiliates. Other names may be trademarks of their respective

packaging/WiX/custom_ui.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
22

33
<!--
4-
Copyright (c) 2010, 2024, Oracle and/or its affiliates.
4+
Copyright (c) 2010, 2025, Oracle and/or its affiliates.
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License, version 2.0,
@@ -37,7 +37,7 @@
3737
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3838
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
3939
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
40-
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2024, Oracle and/or its affiliates." />
40+
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2025, Oracle and/or its affiliates." />
4141
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
4242
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
4343
</Dialog>

packaging/deb-in/copyright.com.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upstream-Contact: MySQL Release Engineering <[email protected]>
44
Source: http://dev.mysql.com/
55

66
Files: *
7-
Copyright: 2000, 2024, Oracle and/or its affiliates.
7+
Copyright: 2000, 2025, Oracle and/or its affiliates.
88
License: Commercial
99
This is a release of MySQL, an SQL database server.
1010
.

packaging/deb-in/copyright.gpl.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: @DEB_COPYRIGHT_UPSTREAMNAME@
33
Upstream-Contact: MySQL Release Engineering <[email protected]>
44
Source: http://dev.mysql.com/
55

6-
Copyright: 2000, 2024, Oracle and/or its affiliates.
6+
Copyright: 2000, 2025, Oracle and/or its affiliates.
77
License:
88
This is a release of MySQL, an SQL database server.
99
.

router/README.router

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, 2024, Oracle and/or its affiliates.
1+
Copyright (c) 2015, 2025, Oracle and/or its affiliates.
22

33
This is a release of MySQL Router, a building block for high
44
availability solutions based on MySQL InnoDB clusters.

0 commit comments

Comments
 (0)