codership / documentation

Galera Cluster Library
http://galeracluster.com/library/
24 stars 64 forks source link

Update wsrep_start_position documentation #383

Closed byte closed 8 months ago

byte commented 1 year ago

https://galeracluster.com/library/documentation/mysql-wsrep-options.html#wsrep-start-position

commit 2fec3a36615a94f0a812a140599f7cdd9b64e6a1

kirjaamo commented 8 months ago

@byte Do you mean that this string in the default value field:

00000000-0000-0000-0000-00000000000000:-1

should be like this:

00000000/0000/0000/0000/00000000000000:/1

byte commented 8 months ago

This is what I see now, @kirjaamo

mysql> SHOW VARIABLES LIKE 'wsrep_start_position'; +----------------------+----------------------------------------------------------------------------------+ | Variable_name | Value | +----------------------+----------------------------------------------------------------------------------+ | wsrep_start_position | 00000000-0000-0000-0000-000000000000:-1/0/0/00000000-0000-0000-0000-000000000000 | +----------------------+----------------------------------------------------------------------------------+ 1 row in set (0.01 sec)