diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-12-03 10:33:29 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-12-03 10:33:29 +0100 |
commit | a998586d45f197fcf39b215c24c214142786d1fc (patch) | |
tree | 71faa78703f912c7baac07e52ee212b2f30b9b4e /sql/ha_partition.h | |
parent | 3ffab566196fb596e91eb9260d791d8578401b16 (diff) | |
parent | 2737a722785589eca70f4e25eaaa0d8f594462df (diff) | |
download | mariadb-git-a998586d45f197fcf39b215c24c214142786d1fc.tar.gz |
merge of bug#58147, including rename of the new argument,
to_binlog -> binlog_stmt.
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index f1abc0cefe2..57456ddf8ae 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -362,7 +362,7 @@ public: @remark This method is a partitioning-specific hook and thus not a member of the general SE API. */ - int truncate_partition(Alter_info *); + int truncate_partition(Alter_info *, bool *binlog_stmt); virtual bool is_fatal_error(int error, uint flags) { |