Home
last modified time | relevance | path

Searched refs:rbr_buf (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
53 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc323 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len)
354 if (fwrite(rbr_buf, buf_len, 1, of) == 0)
452 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
513 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) ||
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
53 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc323 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
354 if (fwrite(rbr_buf, buf_len, 1, of) == 0) in wsrep_dump_rbr_buf()
452 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, in wsrep_dump_rbr_buf_with_header() argument
513 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) || in wsrep_dump_rbr_buf_with_header()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
50 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc186 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
217 if (fwrite(rbr_buf, buf_len, 1, of) == 0) in wsrep_dump_rbr_buf()
232 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, in wsrep_dump_rbr_buf_with_header() argument
293 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) || in wsrep_dump_rbr_buf_with_header()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
50 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc186 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
217 if (fwrite(rbr_buf, buf_len, 1, of) == 0) in wsrep_dump_rbr_buf()
232 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, in wsrep_dump_rbr_buf_with_header() argument
293 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) || in wsrep_dump_rbr_buf_with_header()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
50 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc186 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
217 if (fwrite(rbr_buf, buf_len, 1, of) == 0) in wsrep_dump_rbr_buf()
232 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, in wsrep_dump_rbr_buf_with_header() argument
293 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) || in wsrep_dump_rbr_buf_with_header()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
50 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
H A Dwsrep_binlog.cc186 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
217 if (fwrite(rbr_buf, buf_len, 1, of) == 0) in wsrep_dump_rbr_buf()
232 void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, in wsrep_dump_rbr_buf_with_header() argument
293 if (writer.write(ev) || my_b_write(&cache, (uchar*)rbr_buf, buf_len) || in wsrep_dump_rbr_buf_with_header()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
H A Dwsrep_binlog.cc349 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
364 fwrite (rbr_buf, buf_len, 1, of); in wsrep_dump_rbr_buf()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_binlog.h47 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len);
H A Dwsrep_binlog.cc304 void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) in wsrep_dump_rbr_buf() argument
319 fwrite (rbr_buf, buf_len, 1, of); in wsrep_dump_rbr_buf()