Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2112 06/02/15 21:15:45 msvensson@neptunus.(none) +2 -0
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
tests/mysql_client_test.c
1.177 06/02/15 21:15:38 msvensson@neptunus.(none) +0 -0
Auto merged
libmysql/libmysql.c
1.236 06/02/15 21:15:38 msvensson@neptunus.(none) +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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1/RESYNC
--- 1.235/libmysql/libmysql.c 2006-02-13 10:38:23 +01:00
+++ 1.236/libmysql/libmysql.c 2006-02-15 21:15:38 +01:00
@@ -179,10 +179,8 @@
if (!org_my_init_done)
{
my_end(0);
-#ifndef THREAD
/* Remove TRACING, if enabled by mysql_debug() */
DBUG_POP();
-#endif
}
else
mysql_thread_end();
@@ -267,16 +265,12 @@
{
#ifndef DBUG_OFF
char *env;
- if (_db_on_)
- return; /* Already using debugging */
if (debug)
{
- DEBUGGER_ON;
DBUG_PUSH(debug);
}
else if ((env = getenv("MYSQL_DEBUG")))
{
- DEBUGGER_ON;
DBUG_PUSH(env);
#if !defined(_WINVER) && !defined(WINVER)
puts("\n-------------------------------------------------------");
--- 1.176/tests/mysql_client_test.c 2006-02-13 10:38:24 +01:00
+++ 1.177/tests/mysql_client_test.c 2006-02-15 21:15:38 +01:00
@@ -15201,7 +15201,6 @@
{
struct my_tests_st *fptr;
- DEBUGGER_OFF;
MY_INIT(argv[0]);
load_defaults("my", client_test_load_default_groups, &argc, &argv);
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2112) | msvensson | 15 Feb |