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-05-09 22:08:39+02:00, jmiller@stripped +1 -0
tpcb.inc:
updated to drop dataase first if it exists
mysql-test/include/tpcb.inc@stripped, 2007-05-09 22:08:27+02:00, jmiller@stripped +1 -1
updated to drop dataase first if it exists
# 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: jmiller
# Host: ndb08.mysql.com
# Root: /data1/mysql-5.1-telco
--- 1.4/mysql-test/include/tpcb.inc 2007-05-09 22:08:51 +02:00
+++ 1.5/mysql-test/include/tpcb.inc 2007-05-09 22:08:51 +02:00
@@ -5,7 +5,7 @@
# stored procedures to load the database
# and run transactions against the DB
##################################################
-
+DROP DATABASE IF EXISTS tpcb;
CREATE DATABASE tpcb;
| Thread |
|---|
| • bk commit into 5.1 tree (jmiller:1.2531) | Jonathan Miller | 9 May |