Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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-07-25 21:09:45+02:00, hakank@stripped +1 -0
Falcon also supports transactions.
sql-bench/server-cfg.sh@stripped, 2007-07-25 21:09:41+02:00, hakank@stripped +5 -0
Falcon also supports transactions.
# 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: hakank
# Host: au0012.local
# Root: /Users/hakan/work/mysql/mysql-5.1-falcon
--- 1.56/sql-bench/server-cfg.sh 2006-12-31 01:06:37 +01:00
+++ 1.57/sql-bench/server-cfg.sh 2007-07-25 21:09:41 +02:00
@@ -184,6 +184,11 @@ sub new
$self->{'transactions'} = 1; # Transactions enabled
}
if (defined($main::opt_create_options) &&
+ $main::opt_create_options =~ /engine=falcon/i)
+ {
+ $self->{'transactions'} = 1; # Transactions enabled
+ }
+ if (defined($main::opt_create_options) &&
$main::opt_create_options =~ /engine=ndb/i)
{
$self->{'transactions'} = 1; # Transactions enabled
| Thread |
|---|
| • bk commit into 6.0-falcon tree (hakank:1.2658) | Hakan Kuecuekilmaz | 25 Jul |