1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

merge of bug#58147, including rename of the new argument,

to_binlog -> binlog_stmt.
This commit is contained in:
Mattias Jonsson
2010-12-03 10:33:29 +01:00
5 changed files with 112 additions and 6 deletions

View File

@ -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)
{