List:Commits« Previous MessageNext Message »
From:Jim Starkey Date:July 13 2007 12:10am
Subject:bk commit into 6.0-falcon tree (jas:1.2629)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of jas. When jas 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-12 18:10:50-04:00, jas@stripped +1 -0
  Added debugging script to snapshot a running server.

  storage/falcon/snapshot/trace@stripped, 2007-07-12 18:10:47-04:00,
jas@stripped +7 -0
    New BitKeeper file ``storage/falcon/snapshot/trace''

  storage/falcon/snapshot/trace@stripped, 2007-07-12 18:10:47-04:00,
jas@stripped +0 -0

# 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:	jas
# Host:	fluffy.netfrastructure.com
# Root:	/home/mysql/mysql-5.1-falcon
--- New file ---
+++ storage/falcon/snapshot/trace	07/07/12 18:10:47
#/bin/bash
gdb ../../../sql/mysqld $1 << END > mysqld.backtrace
set height 0
thread apply all bt 10
quit
END
snapshot mysqld.backtrace

Thread
bk commit into 6.0-falcon tree (jas:1.2629)Jim Starkey12 Jul