mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix bad merge from #14262.
This commit is contained in:
@ -284,7 +284,7 @@ end:
|
||||
thd->clear_error();
|
||||
|
||||
/* Such a statement can always go directly to binlog, no trans cache. */
|
||||
thd->binlog_query(THD::MYSQL_QUERY_TYPE,
|
||||
thd->binlog_query(THD::MYSQL_STMT_TYPE,
|
||||
stmt_query.ptr(), stmt_query.length(), FALSE, FALSE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user