32e03b2cdd
Move content from stx-gplv2 into stx-integ Packages will be relocated to stx-integ: base/ bash cgcs-users cluster-resource-agents dpkg haproxy libfdt netpbm rpm database/ mariadb filesystem/ iscsi-initiator-utils filesystem/drbd/ drbd-tools kernel/kernel-modules/ drbd integrity intel-e1000e intel-i40e intel-i40evf intel-ixgbe intel-ixgbevf qat17 tpmdd ldap/ ldapscripts networking/ iptables net-tools Change-Id: Ibc2ad09bef7a7f40e337513a1694a22f38d7f4e9 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
73 lines
2.1 KiB
Diff
73 lines
2.1 KiB
Diff
---
|
|
support-files/my-huge.cnf.sh | 1 +
|
|
support-files/my-innodb-heavy-4G.cnf.sh | 2 +-
|
|
support-files/my-large.cnf.sh | 1 +
|
|
support-files/my-medium.cnf.sh | 1 +
|
|
support-files/my-small.cnf.sh | 1 +
|
|
5 files changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh
|
|
index 4e08348..d8bf29e 100644
|
|
--- a/support-files/my-huge.cnf.sh
|
|
+++ b/support-files/my-huge.cnf.sh
|
|
@@ -25,6 +25,7 @@ socket = @MYSQL_UNIX_ADDR@
|
|
|
|
# The MySQL server
|
|
[mysqld]
|
|
+log-error = @LOG_LOCATION@
|
|
port = @MYSQL_TCP_PORT@
|
|
socket = @MYSQL_UNIX_ADDR@
|
|
skip-external-locking
|
|
diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh
|
|
index 2590ff5..85fd33a 100644
|
|
--- a/support-files/my-innodb-heavy-4G.cnf.sh
|
|
+++ b/support-files/my-innodb-heavy-4G.cnf.sh
|
|
@@ -42,7 +42,7 @@ socket = @MYSQL_UNIX_ADDR@
|
|
# The MariaDB server
|
|
#
|
|
[mysqld]
|
|
-
|
|
+log-error = @LOG_LOCATION@
|
|
# generic configuration options
|
|
port = @MYSQL_TCP_PORT@
|
|
socket = @MYSQL_UNIX_ADDR@
|
|
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh
|
|
index 6f8dab0..e8c5f74 100644
|
|
--- a/support-files/my-large.cnf.sh
|
|
+++ b/support-files/my-large.cnf.sh
|
|
@@ -25,6 +25,7 @@ socket = @MYSQL_UNIX_ADDR@
|
|
|
|
# The MariaDB server
|
|
[mysqld]
|
|
+log-error = @LOG_LOCATION@
|
|
port = @MYSQL_TCP_PORT@
|
|
socket = @MYSQL_UNIX_ADDR@
|
|
skip-external-locking
|
|
diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh
|
|
index 19ab8df..fc8fc78 100644
|
|
--- a/support-files/my-medium.cnf.sh
|
|
+++ b/support-files/my-medium.cnf.sh
|
|
@@ -26,6 +26,7 @@ socket = @MYSQL_UNIX_ADDR@
|
|
|
|
# The MariaDB server
|
|
[mysqld]
|
|
+log-error = @LOG_LOCATION@
|
|
port = @MYSQL_TCP_PORT@
|
|
socket = @MYSQL_UNIX_ADDR@
|
|
skip-external-locking
|
|
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh
|
|
index 8c78072..6777431 100644
|
|
--- a/support-files/my-small.cnf.sh
|
|
+++ b/support-files/my-small.cnf.sh
|
|
@@ -24,6 +24,7 @@ socket = @MYSQL_UNIX_ADDR@
|
|
|
|
# The MySQL server
|
|
[mysqld]
|
|
+log-error = @LOG_LOCATION@
|
|
port = @MYSQL_TCP_PORT@
|
|
socket = @MYSQL_UNIX_ADDR@
|
|
skip-external-locking
|
|
--
|
|
1.9.1
|
|
|