Skip to content

Commit 2c5b9b9

Browse files
author
Akhil Mohan
committed
Bug #20535729 UPDATE DEB PACKAGING TO REMOVE OPTION SQL_MODE IN MY.CNF
1 parent dc53ec4 commit 2c5b9b9

File tree

8 files changed

+28
-12
lines changed

8 files changed

+28
-12
lines changed

packaging/deb-precise/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mysql-community (5.7.7-rc-1ubuntu12.04) precise; urgency=low
2+
3+
* new upstream release
4+
* updated d/extra/my.cnf to remove option sql_mode
5+
6+
-- Akhil Mohan <[email protected]> Fri, 13 Feb 2015 16:22:33 +0530
7+
18
mysql-community (5.7.6-m16-1ubuntu12.04) precise; urgency=low
29

310
* new upstream release

packaging/deb-precise/extra/my.cnf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ bind-address = 127.0.0.1
4545

4646
log-error = /var/log/mysql/error.log
4747

48-
# Recommended in standard MySQL setup
49-
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
50-
5148
# Disabling symbolic-links is recommended to prevent assorted security risks
5249
symbolic-links=0
5350

packaging/deb-trusty/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mysql-community (5.7.7-rc-1ubuntu14.04) trusty; urgency=low
2+
3+
* new upstream release
4+
* updated d/extra/my.cnf to remove option sql_mode
5+
6+
-- Akhil Mohan <[email protected]> Fri, 13 Feb 2015 16:22:33 +0530
7+
18
mysql-community (5.7.6-m16-1ubuntu14.04) trusty; urgency=low
29

310
* new upstream release

packaging/deb-trusty/extra/my.cnf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ bind-address = 127.0.0.1
4545

4646
log-error = /var/log/mysql/error.log
4747

48-
# Recommended in standard MySQL setup
49-
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
50-
5148
# Disabling symbolic-links is recommended to prevent assorted security risks
5249
symbolic-links=0
5350

packaging/deb-utopic/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mysql-community (5.7.7-rc-1ubuntu14.10) utopic; urgency=low
2+
3+
* new upstream release
4+
* updated d/extra/my.cnf to remove option sql_mode
5+
6+
-- Akhil Mohan <[email protected]> Fri, 13 Feb 2015 16:22:33 +0530
7+
18
mysql-community (5.7.6-m16-1ubuntu14.10) utopic; urgency=low
29

310
* new upstream release

packaging/deb-utopic/extra/my.cnf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ bind-address = 127.0.0.1
4545

4646
log-error = /var/log/mysql/error.log
4747

48-
# Recommended in standard MySQL setup
49-
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
50-
5148
# Disabling symbolic-links is recommended to prevent assorted security risks
5249
symbolic-links=0
5350

packaging/deb-wheezy/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mysql-community (5.7.7-rc-1debian7) wheezy; urgency=low
2+
3+
* new upstream release
4+
* updated d/extra/my.cnf to remove option sql_mode
5+
6+
-- Akhil Mohan <[email protected]> Fri, 13 Feb 2015 16:22:33 +0530
7+
18
mysql-community (5.7.6-m16-1debian7) wheezy; urgency=low
29

310
* new upstream release

packaging/deb-wheezy/extra/my.cnf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ bind-address = 127.0.0.1
4545

4646
log-error = /var/log/mysql/error.log
4747

48-
# Recommended in standard MySQL setup
49-
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
50-
5148
# Disabling symbolic-links is recommended to prevent assorted security risks
5249
symbolic-links=0
5350

0 commit comments

Comments
 (0)