Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-03-29 14:18:22+02:00, tomas@stripped +1 -0
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
MERGE: 1.1810.2374.100
mysql-test/r/ndb_single_user.result@stripped, 2007-03-29 14:18:19+02:00, tomas@stripped +1 -1
manual merge
MERGE: 1.3.1.1
# 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: tomas
# Host: whalegate.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-single-user/RESYNC
--- 1.5/mysql-test/r/ndb_single_user.result 2007-03-23 17:22:49 +01:00
+++ 1.6/mysql-test/r/ndb_single_user.result 2007-03-29 14:18:19 +02:00
@@ -53,4 +53,7 @@
ERROR HY000: Got error 299 'Operation not allowed or aborted due to single user mode' from NDBCLUSTER
COMMIT;
ERROR HY000: Got error 4350 'Transaction already aborted' from NDBCLUSTER
+create table t2 (a int) engine myisam;
+alter table t2 add column (b int);
+drop table t2;
drop table t1;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2533) | tomas | 29 Mar |