Below is the list of changes that have just been committed into a local
6.0 repository of rafal. When rafal does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-11-16 11:28:36+01:00, rafal@quant.(none) +1 -0
WL#4063 (Backup stream library):
This patch removes compilation warnings when compiling the library.
sql/backup/stream_v1_transport.c@stripped, 2007-11-16 11:28:30+01:00, rafal@quant.(none) +3
-0
Add forward declarations for functions defined later.
diff -Nrup a/sql/backup/stream_v1_transport.c b/sql/backup/stream_v1_transport.c
--- a/sql/backup/stream_v1_transport.c 2007-11-14 19:48:07 +01:00
+++ b/sql/backup/stream_v1_transport.c 2007-11-16 11:28:30 +01:00
@@ -672,6 +672,9 @@ int bstream_open_rd(backup_stream *s, un
return BSTREAM_OK;
}
+int bstream_end_chunk(backup_stream *s);
+int bstream_flush(backup_stream *s);
+
/**
Close backup stream.
| Thread |
|---|
| • bk commit into 6.0 tree (rafal:1.2662) WL#4063 | rsomla | 16 Nov |