diff options
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index 7d390242417..d342af3ee9f 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -74,6 +74,7 @@ public: field_count=item_list->elements; return 0; } + virtual bool flush(); virtual void prepare_for_resend()=0; virtual bool store_null()=0; |