diff --git a/.bzrignore b/.bzrignore index 20d6e35bb62..2c115322cc5 100644 --- a/.bzrignore +++ b/.bzrignore @@ -579,3 +579,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +libmysqld/protocol.cc diff --git a/sql/item.h b/sql/item.h index ed1a5fdf6a1..a4156482907 100644 --- a/sql/item.h +++ b/sql/item.h @@ -137,7 +137,7 @@ public: { return (null_value=item->get_date(ltime, fuzzydate)); } - bool send(THD *thd, String *tmp) { return item->send(thd, tmp); } + bool send(Protocol *prot, String *tmp) { return item->send(prot, tmp); } int save_in_field(Field *field, bool no_conversions) { return item->save_in_field(field, no_conversions);