RAND_EVENT
The RAND_EVENT records the two seed values used for the random number generator, ensuring that calls to the RAND() function produce identical results on replicas.
Header
Fields
Example From mysqlbinlog Utility, No CRC32
# at 389
#171206 13:46:56 server id 10116 end_log_pos 424 Rand
SET @@RAND_SEED1=685157301, @@RAND_SEED2=758850369/*!*/;
# at 424Example Event as Written to the Binlog File
Last updated
Was this helpful?

