From 2185f1a56c72a6bab11335277232ee87abdcaa54 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Tue, 2 Nov 2004 20:13:27 +0200 Subject: Remove usage of !$ from mysql-tests Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test --- sql/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/protocol.h') diff --git a/sql/protocol.h b/sql/protocol.h index d7ce5425ad1..a3b6da55da3 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -75,6 +75,7 @@ public: field_count=item_list->elements; return 0; } + virtual bool flush(); virtual void prepare_for_resend()=0; virtual bool store_null()=0; -- cgit v1.2.1