Server IP : 104.21.38.3 / Your IP : 162.158.108.134 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/mysql-test/extra/binlog_tests/ |
Upload File : |
# ==== Purpose ==== # # Auxiliary file used by main.mysqlbinlog-start-stop. # # This file runs mysqlbinlog with a fixed set of parameters specifying # the source binlog, but varying how the start and stop positions are # specified. # # ==== Usage ==== # # --let $start_position= <binlog offset> # --let $stop_position= <binlog offset> # --let $start_datetime= <timestamp> # --let $stop_datetime= <timestamp> # --let $extra_options= <options to mysqlbinlog> # --source extra/binlog_tests/mysqlbinlog_start_stop_1.inc # # Parameters: # $start_position # Offset to pass to --start-position # $stop_position # Offset to pass to --stop-position # $start_datetime # Offset to pass to --start-datetime # $stop_datetime # Offset to pass to --stop-datetime # $extra_options # Options for mysqlbinlog, specifying which input file to read. --let $options= --base64-output=never --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= --offset=2 --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= --start-position=$start_position --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= --stop-position=$stop_position --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= --start-position=$start_position --stop-position=$stop_position --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= "--start-datetime=$start_datetime" --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= "--stop-datetime=$stop_datetime" --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc --let $options= "--start-datetime=$start_datetime" "--stop-datetime=$stop_datetime" --source extra/binlog_tests/mysqlbinlog_start_stop_2.inc