File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ class Protocol_binary final :public Protocol
258
258
bool store_longlong (longlong from, bool unsigned_flag) override ;
259
259
bool store_decimal (const my_decimal *) override ;
260
260
bool store_str (const char *from, size_t length,
261
- CHARSET_INFO *fromcs, CHARSET_INFO *tocs);
261
+ CHARSET_INFO *fromcs, CHARSET_INFO *tocs) override ;
262
262
bool store (MYSQL_TIME *time, int decimals) override ;
263
263
bool store_date (MYSQL_TIME *time) override ;
264
264
bool store_time (MYSQL_TIME *time, int decimals) override ;
@@ -306,7 +306,7 @@ class Protocol_discard final : public Protocol
306
306
bool store_long (longlong) override { return false ; }
307
307
bool store_longlong (longlong, bool ) override { return false ; }
308
308
bool store_decimal (const my_decimal *) override { return false ; }
309
- bool store_str (const char *, size_t , CHARSET_INFO *, CHARSET_INFO *)
309
+ bool store_str (const char *, size_t , CHARSET_INFO *, CHARSET_INFO *) override
310
310
{
311
311
return false ;
312
312
}
You can’t perform that action at this time.
0 commit comments