Home
last modified time | relevance | path

Searched refs:binlog_snapshot_position (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/t/
H A Dbinlog_consistent.test103 # rotation, but binlog_snapshot_position was the offset in the old file before
110 --let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rocksdb/r/
H A Dread_only_tx.result9 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rocksdb/r/
H A Dread_only_tx.result9 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rocksdb/r/
H A Dread_only_tx.result9 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rocksdb/t/
H A Dread_only_tx.test21 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rocksdb/t/
H A Dread_only_tx.test21 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rocksdb/t/
H A Dread_only_tx.test21 SHOW STATUS LIKE 'binlog_snapshot_position';
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/include/
H A Dbinlog_parallel_replication_marks.test59 …ore_drop_pos FROM information_schema.global_status WHERE variable_name = 'binlog_snapshot_position'
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dbinlog.cc100 static ulonglong binlog_snapshot_position; variable
107 (char *)&binlog_snapshot_position, SHOW_LONGLONG},
10302 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
10307 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
10312 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dbinlog.cc100 static ulonglong binlog_snapshot_position; variable
107 (char *)&binlog_snapshot_position, SHOW_LONGLONG},
10302 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
10307 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
10312 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dbinlog.cc100 static ulonglong binlog_snapshot_position; variable
107 (char *)&binlog_snapshot_position, SHOW_LONGLONG},
10302 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
10307 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
10312 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dbinlog.cc115 static ulonglong binlog_snapshot_position; variable
123 (char *)&binlog_snapshot_position, SHOW_LONGLONG, SHOW_SCOPE_GLOBAL},
13194 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
13199 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
13204 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dbinlog.cc115 static ulonglong binlog_snapshot_position; variable
123 (char *)&binlog_snapshot_position, SHOW_LONGLONG, SHOW_SCOPE_GLOBAL},
13194 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
13199 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
13204 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dbinlog.cc115 static ulonglong binlog_snapshot_position; variable
123 (char *)&binlog_snapshot_position, SHOW_LONGLONG, SHOW_SCOPE_GLOBAL},
13194 binlog_snapshot_position= cache_mngr->binlog_info.pos; in show_binlog_vars()
13199 binlog_snapshot_position= binlog_global_snapshot_position; in show_binlog_vars()
13204 binlog_snapshot_position= 0; in show_binlog_vars()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog.cc121 static ulonglong binlog_snapshot_position; variable
145 (char *)&binlog_snapshot_position, SHOW_LONGLONG},
10911 binlog_snapshot_position= last_commit_pos_offset; in set_status_variables()
10923 binlog_snapshot_position= cache_mngr->last_commit_pos_offset; in set_status_variables()

12