diff options
author | monty@mysql.com <> | 2004-11-02 20:13:27 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-11-02 20:13:27 +0200 |
commit | 2185f1a56c72a6bab11335277232ee87abdcaa54 (patch) | |
tree | e98dace641bd58871866d0d787418defc800bc9f /sql/protocol.h | |
parent | f5c77f6a069043a8197ff140643762049518a588 (diff) | |
download | mariadb-git-2185f1a56c72a6bab11335277232ee87abdcaa54.tar.gz |
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
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 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; |