List:Commits« Previous MessageNext Message »
From:ScottLee Date:January 13 2007 4:04am
Subject:bk commit into 5.1 tree (slee:1.2349)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mysqldev. When mysqldev 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-01-13 05:04:34+01:00, slee@stripped +2 -0
  patch for BR12345

  sql/mysqld.cc@stripped, 2007-01-13 05:04:05+01:00, slee@stripped +2 -0
    patch for BR12345

  support-files/mysql.spec.sh@stripped, 2007-01-13 05:04:05+01:00, slee@stripped +1 -1
    patch for BR12345

# 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:	slee
# Host:	production.mysql.com
# Root:	/data0/mysqldev/my/ScottLee/mysql-5.1

--- 1.596/sql/mysqld.cc	2007-01-13 05:04:42 +01:00
+++ 1.597/sql/mysqld.cc	2007-01-13 05:04:42 +01:00
@@ -3667,6 +3667,8 @@
 
   if (opt_bootstrap)
   {
+    global_system_variables.tx_isolation= ISO_REPEATABLE_READ;
+    global_system_variables.sql_mode= fix_sql_mode(0);
     select_thread_in_use= 0;                    // Allow 'kill' to work
     bootstrap(stdin);
     end_thr_alarm(1);				// Don't allow alarms

--- 1.173/support-files/mysql.spec.sh	2007-01-13 05:04:42 +01:00
+++ 1.174/support-files/mysql.spec.sh	2007-01-13 05:04:42 +01:00
@@ -534,7 +534,7 @@
 %doc %attr(644, root, man) %{_mandir}/man1/mysql_upgrade.1*
 %doc %attr(644, root, man) %{_mandir}/man1/mysqlhotcopy.1*
 %doc %attr(644, root, man) %{_mandir}/man1/mysqlman.1*
-%doc %attr(644, root, man) %{_mandir}/man1/mysqlmanager.1*
+%doc %attr(644, root, man) %{_mandir}/man8/mysqlmanager.8*
 %doc %attr(644, root, man) %{_mandir}/man1/mysql.server.1*
 %doc %attr(644, root, man) %{_mandir}/man1/mysql_zap.1*
 %doc %attr(644, root, man) %{_mandir}/man1/perror.1*
Thread
bk commit into 5.1 tree (slee:1.2349)ScottLee13 Jan