Below is the list of changes that have just been committed into a local
5.0 repository of marko. When marko 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.1856 05/04/21 15:16:16 marko@stripped +1 -0
ha_innodb.cc:
trx_is_interrupted(): Remove debug output.
sql/ha_innodb.cc
1.197 05/04/21 15:15:54 marko@stripped +0 -5
trx_is_interrupted(): Remove debug output.
# 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: marko
# Host: hundin.mysql.fi
# Root: /home/marko/mysql-5.0
--- 1.196/sql/ha_innodb.cc Thu Apr 21 15:08:58 2005
+++ 1.197/sql/ha_innodb.cc Thu Apr 21 15:15:54 2005
@@ -1005,11 +1005,6 @@
/* out: TRUE if interrupted */
trx_t* trx) /* in: transaction */
{
- fprintf(stderr,
- "trx_is_interrupted: %p %p %d\n",
- trx, trx ? trx->mysql_thd : 0,
- trx && trx->mysql_thd ? ((THD*) trx->mysql_thd)->killed : -1);
-
return(trx && trx->mysql_thd && ((THD*) trx->mysql_thd)->killed);
}
| Thread |
|---|
| • bk commit into 5.0 tree (marko:1.1856) | Marko Mäkelä | 21 Apr |