MCPcopy Create free account
hub / github.com/MariaDB/server / using_binlog

Method using_binlog

sql/table.h:1275–1278  ·  view source on GitHub ↗

True if changes for the table should be logged to binary log */

Source from the content-addressed store, hash-verified

1273 bool histograms_exists();
1274 /* True if changes for the table should be logged to binary log */
1275 bool using_binlog()
1276 {
1277 return table_creation_was_logged == 1;
1278 }
1279};
1280
1281/* not NULL, but cannot be dereferenced */

Callers 9

mysql_insertFunction · 0.80
prepare_eofMethod · 0.80
update_single_tableMethod · 0.80
decide_logging_formatMethod · 0.80
truncate_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected