Below is the list of changes that have just been committed into a local
5.1 repository of kent. When kent 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
1.2230 06/03/26 13:59:37 kent@stripped +2 -0
azio.c, archive_test.c:
Include our base headers before system headers
storage/archive/azio.c
1.8 06/03/26 13:56:52 kent@stripped +2 -2
Include our base headers before system headers
storage/archive/archive_test.c
1.3 06/03/26 13:56:40 kent@stripped +1 -1
Include our base headers before system headers
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kent
# Host: c-4d4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-5.1-release
--- 1.2/storage/archive/archive_test.c 2006-01-02 09:58:54 +01:00
+++ 1.3/storage/archive/archive_test.c 2006-03-26 13:56:40 +02:00
@@ -1,5 +1,5 @@
+#include "azlib.h"
#include <stdio.h>
-#include <azlib.h>
#define TEST_STRING "This is a test"
#define BUFFER_LEN 1024
--- 1.7/storage/archive/azio.c 2006-01-13 22:09:39 +01:00
+++ 1.8/storage/archive/azio.c 2006-03-26 13:56:52 +02:00
@@ -11,10 +11,10 @@
/* @(#) $Id$ */
+#include "azlib.h"
+
#include <stdio.h>
#include <string.h>
-
-#include "azlib.h"
static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */
| Thread |
|---|
| • bk commit into 5.1 tree (kent:1.2230) | kent | 26 Mar |