True if changes for the table should be logged to binary log */
| 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 */ |
no outgoing calls
no test coverage detected