We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04e228 commit af6425dCopy full SHA for af6425d
pymysqlreplication/event.py
@@ -440,6 +440,9 @@ class RandEvent(BinLogEvent):
440
"""
441
RandEvent is generated every time a statement uses the RAND() function.
442
Indicates the seed values to use for generating a random number with RAND() in the next statement.
443
+ Warning
444
+ - RAND_EVENT only works in statement-based logging. (need to set binlog_format as 'STATEMENT')
445
+ - RAND_EVENT only works when the seed number is not specified.
446
447
Attributes:
448
seed1
0 commit comments