Below is the list of changes that have just been committed into a local
5.0 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
1.1918 05/08/30 20:39:10 pgalbraith@stripped +2 -0
Merge mysqldev@stripped:/home/bk/mysql-5.0
into mysql.com:/data0/mysqldev/patg/mysql-5.0
sql/set_var.cc
1.135 05/08/30 20:39:09 pgalbraith@stripped +0 -0
Auto merged
sql/mysqld.cc
1.489 05/08/30 20:39:09 pgalbraith@stripped +0 -0
Auto merged
# 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: pgalbraith
# Host: production.mysql.com
# Root: /data0/mysqldev/patg/mysql-5.0/RESYNC
--- 1.488/sql/mysqld.cc 2005-08-30 07:48:18 +02:00
+++ 1.489/sql/mysqld.cc 2005-08-30 20:39:09 +02:00
@@ -5904,8 +5904,8 @@
{"Select_range_check", (char*) offsetof(STATUS_VAR, select_range_check_count), SHOW_LONG_STATUS},
{"Select_scan", (char*) offsetof(STATUS_VAR, select_scan_count), SHOW_LONG_STATUS},
{"Slave_open_temp_tables", (char*) &slave_open_temp_tables, SHOW_LONG},
- {"Slave_retried_transactions",(char*) 0, SHOW_SLAVE_RETRIED_TRANS},
{"Slave_running", (char*) 0, SHOW_SLAVE_RUNNING},
+ {"Slave_retried_transactions",(char*) 0, SHOW_SLAVE_RETRIED_TRANS},
{"Slow_launch_threads", (char*) &slow_launch_threads, SHOW_LONG},
{"Slow_queries", (char*) offsetof(STATUS_VAR, long_query_count), SHOW_LONG_STATUS},
{"Sort_merge_passes", (char*) offsetof(STATUS_VAR, filesort_merge_passes), SHOW_LONG_STATUS},
| Thread |
|---|
| • bk commit into 5.0 tree (pgalbraith:1.1918) | Patrick Galbraith | 30 Aug |