Skip to content

Commit 1eb58ff

Browse files
committed
Update mysql-test/r/mysqld--help,win.rdiff
Recent commits has added new variables and changed the default for server-id, which caused the patch in rdiff to no longer apply.
1 parent 7b86fda commit 1eb58ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mysql-test/r/mysqld--help,win.rdiff

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+ --shared-memory Enable the shared memory
2424
+ --shared-memory-base-name=name
2525
+ Base name of shared memory
26-
--show-slave-auth-info
27-
Show user and password in SHOW SLAVE HOSTS on this
28-
master.
26+
--session-track-schema
27+
Track changes to the default schema.
28+
(Defaults to on; use --skip-session-track-schema to disable.)
2929
@@ -1015,6 +1018,10 @@
3030
Log slow queries to given log file. Defaults logging to
3131
'hostname'-slow.log. Must be enabled to activate other
@@ -103,12 +103,12 @@
103103
@@ -1387,6 +1381,8 @@
104104
secure-auth TRUE
105105
secure-file-priv (No default value)
106-
server-id 0
106+
server-id 1
107107
+shared-memory FALSE
108108
+shared-memory-base-name MYSQL
109-
show-slave-auth-info FALSE
110-
silent-startup FALSE
111-
skip-grant-tables TRUE
109+
session-track-schema TRUE
110+
session-track-state-change FALSE
111+
session-track-system-variables
112112
@@ -1411,6 +1407,7 @@
113113
slave-type-conversions
114114
slow-launch-time 2

0 commit comments

Comments
 (0)