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
|
||
|
|