diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-14 18:10:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-14 18:10:06 +0300 |
commit | 73e038520f3ee70f7ad575283f4c368eba3104aa (patch) | |
tree | b54fb8d053f76e89b9b8395e8df77e8c5e883a82 /sql/handler.h | |
parent | 874f8f30f2319166ff08509937d4eab366607c6b (diff) | |
parent | 409e210e74a6dc7a6e267c71ab32677b2bf12103 (diff) | |
download | mariadb-git-73e038520f3ee70f7ad575283f4c368eba3104aa.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 786e8170122..1c336e7e35f 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -4372,6 +4372,12 @@ protected: public: bool check_table_binlog_row_based(bool binlog_row); + inline void clear_cached_table_binlog_row_based_flag() + { + check_table_binlog_row_based_done= 0; + check_table_binlog_row_based_result= 0; + } +private: /* Cache result to avoid extra calls */ inline void mark_trx_read_write() { |