Skip to content

Commit

Permalink
[docs] Variable name clarified
Browse files Browse the repository at this point in the history
It is necessary to query for server_id instead of server-id, which is being used on the config file.
  • Loading branch information
Tideri-Tim2 authored and jpechane committed Feb 1, 2023
1 parent c487d3a commit c8bfc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ Thomas Aregger
Thomas Deblock
Thomas Prelle
Thomas Thornton
Tim Loes
Timo Roeseler
Tin Nguyen
Tom Bentley
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/connectors/mysql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ FROM performance_schema.global_variables WHERE variable_name='log_bin';
+
[source,properties]
----
server-id = 223344
server-id = 223344 # Querying variable is called server_id, e.g. SELECT variable_value FROM information_schema.global_variables WHERE variable_name='server_id';
log_bin = mysql-bin
binlog_format = ROW
binlog_row_image = FULL
Expand Down
1 change: 1 addition & 0 deletions jenkins-jobs/scripts/config/Aliases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ erdinc,Erdinç Taşkın
luca.scannapieco,Luca Scannapieco
sunxiaojian,Sun Xiao Jian
Sanapalli Lokesh,Lokesh Sanapalli
TimLoes,Tim Loes

0 comments on commit c8bfc65

Please sign in to comment.