Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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-10-19 22:15:33+02:00, jmiller@stripped +1 -0
main.cpp:
Debugging, will not be pushed
storage/ndb/test/run-test/main.cpp@stripped, 2007-10-19 22:15:24+02:00, jmiller@stripped +3 -1
Debugging, will not be pushed
diff -Nrup a/storage/ndb/test/run-test/main.cpp b/storage/ndb/test/run-test/main.cpp
--- a/storage/ndb/test/run-test/main.cpp 2007-10-19 21:11:49 +02:00
+++ b/storage/ndb/test/run-test/main.cpp 2007-10-19 22:15:24 +02:00
@@ -278,8 +278,10 @@ main(int argc, char ** argv)
atrt_testcase test_case;
g_logger.info("Read Test Case");
- if(!read_test_case(g_test_case_file, test_case, lineno))
+ if(!read_test_case(g_test_case_file, test_case, lineno)){
+ g_logger.error("Failed Test Case Read");
goto end;
+ }
g_logger.info("#%d - %s %s",
test_no,
| Thread |
|---|
| • bk commit into 5.1 tree (jmiller:1.2578) | jmiller | 19 Oct |