Below is the list of changes that have just been committed into a local
5.1 repository of mkindahl. When mkindahl 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, 2006-08-25 16:11:22+02:00, mkindahl@stripped +1 -0
Adding missing file
unittest/examples/core-t.c@stripped, 2006-08-25 15:53:35+02:00, mkindahl@stripped +19
-0
BitKeeper file /users/mkindahl/mysql-5.1-clone/unittest/examples/core-t.c
unittest/examples/core-t.c@stripped, 2006-08-25 15:53:35+02:00, mkindahl@stripped +0
-0
# 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: mkindahl
# Host: dl145h.mysql.com
# Root: /users/mkindahl/mysql-5.1-clone
--- New file ---
+++ unittest/examples/core-t.c 06/08/25 15:53:35
#include "my_config.h"
#include <stdlib.h>
#include <tap.h>
/*
This is a simple test to demonstrate what happens if a signal that
generates a core is raised.
Note that this test will stop all further testing!
*/
int main() {
plan(3);
ok(1, "First test");
abort();
return exit_status();
}
| Thread |
|---|
| • bk commit into 5.1 tree (mkindahl:1.2252) | Mats Kindahl | 25 Aug |