List:Commits« Previous MessageNext Message »
From:Alex Ivanov Notebook Date:July 30 2006 1:16am
Subject:bk commit into 5.1 tree (aivanov:1.2257)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of alexi. When alexi 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-07-30 05:16:08+04:00, aivanov@stripped +1 -0
  Make innodb_thread_concurrency 0 by default.
   Fixing test result.

  mysql-test/r/innodb.result@stripped, 2006-07-30 05:16:05+04:00, aivanov@stripped +1 -1
    Make innodb_thread_concurrency 0 by default.
     Fixing test result.

# 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:	aivanov
# Host:	mysqld.localdomain
# Root:	/home/alexi/innodb/mysql-5.1-patches

--- 1.179/mysql-test/r/innodb.result	2006-07-30 05:16:15 +04:00
+++ 1.180/mysql-test/r/innodb.result	2006-07-30 05:16:15 +04:00
@@ -1830,7 +1830,7 @@
 set global innodb_thread_concurrency=0;
 show variables like "innodb_thread_concurrency";
 Variable_name	Value
-innodb_thread_concurrency	1
+innodb_thread_concurrency	0
 set global innodb_thread_concurrency=16;
 show variables like "innodb_thread_concurrency";
 Variable_name	Value
Thread
bk commit into 5.1 tree (aivanov:1.2257)Alex Ivanov Notebook29 Jul