mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
0.6: truncate history feature [closes #96]
This commit is contained in:
@ -5659,7 +5659,7 @@ bool ha_show_status(THD *thd, handlerton *db_type, enum ha_stat_type stat)
|
||||
1 Row needs to be logged
|
||||
*/
|
||||
|
||||
inline bool handler::check_table_binlog_row_based(bool binlog_row)
|
||||
bool handler::check_table_binlog_row_based(bool binlog_row)
|
||||
{
|
||||
if (unlikely((table->in_use->variables.sql_log_bin_off)))
|
||||
return 0; /* Called by partitioning engine */
|
||||
|
Reference in New Issue
Block a user