summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-12-05 19:19:58 +0100
committerunknown <msvensson@neptunus.(none)>2006-12-05 19:19:58 +0100
commit64f5ce7ec3bfcf04f052f54f4da92dec92394c0e (patch)
treea3f034e5a17226f53bc2574458fa06b6d87dcdaa
parent439e4aff43f419ac81b19c93dc24bdb2579c7652 (diff)
parent429cf988074f4c1433fcf1930a7a8377e8972ae3 (diff)
downloadmariadb-git-64f5ce7ec3bfcf04f052f54f4da92dec92394c0e.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/ndb_update.result: Auto merged sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/common/util/socket_io.cpp: Auto merged storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/vm/SimulatedBlock.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/tools/ndb_condig.cpp: Auto merged storage/ndb/src/common/util/File.cpp: Manual merge storage/ndb/src/common/util/InputStream.cpp: Manual merge
-rw-r--r--client/mysqltest.c19
-rwxr-xr-xmysql-test/mysql-test-run.pl3
-rw-r--r--storage/ndb/src/common/util/File.cpp2
-rw-r--r--storage/ndb/tools/ndb_condig.cpp3
4 files changed, 2 insertions, 25 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 7193eca36bd..aecb5141e15 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -725,20 +725,6 @@ void close_connections()
}
-void close_statements()
-{
- struct st_connection *con;
- DBUG_ENTER("close_statements");
- for (con= connections; con < next_con; con++)
- {
- if (con->stmt)
- mysql_stmt_close(con->stmt);
- con->stmt= 0;
- }
- DBUG_VOID_RETURN;
-}
-
-
void close_files()
{
DBUG_ENTER("close_files");
@@ -2915,10 +2901,6 @@ void do_close_connection(struct st_command *command)
}
}
#endif
- if (next_con->stmt)
- mysql_stmt_close(next_con->stmt);
- next_con->stmt= 0;
-
mysql_close(&con->mysql);
if (con->util_mysql)
mysql_close(con->util_mysql);
@@ -5912,7 +5894,6 @@ int main(int argc, char **argv)
break;
case Q_DISABLE_PS_PROTOCOL:
ps_protocol_enabled= 0;
- close_statements();
break;
case Q_ENABLE_PS_PROTOCOL:
ps_protocol_enabled= ps_protocol;
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index bf410b6bd67..73755cd2df9 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -792,9 +792,6 @@ sub command_line_setup () {
{
# Only platforms that have native symlinks can use the vardir trick
$opt_mem= $opt_vardir;
- # Delete the default directory in case it exists since we're going to create
- # a new one later anyway, and the mkpath below throws a fatal error otherwise
- eval { rmtree($default_vardir, 1, 1); };
mtr_report("Using 4.1 vardir trick");
}
diff --git a/storage/ndb/src/common/util/File.cpp b/storage/ndb/src/common/util/File.cpp
index 55a3cb70534..106e6274085 100644
--- a/storage/ndb/src/common/util/File.cpp
+++ b/storage/ndb/src/common/util/File.cpp
@@ -140,7 +140,7 @@ File_class::close()
}
}
m_file = NULL;
-
+
return rc;
}
diff --git a/storage/ndb/tools/ndb_condig.cpp b/storage/ndb/tools/ndb_condig.cpp
index 049e4599447..c65f7157c15 100644
--- a/storage/ndb/tools/ndb_condig.cpp
+++ b/storage/ndb/tools/ndb_condig.cpp
@@ -37,7 +37,6 @@ static int g_verbose = 0;
static int try_reconnect = 3;
static int g_nodes, g_connections, g_section;
-static const char * g_connectstring = 0;
static const char * g_query = 0;
static int g_nodeid = 0;
@@ -486,7 +485,7 @@ fetch_configuration()
ndb_mgm_set_error_stream(mgm, stderr);
- if (ndb_mgm_set_connectstring(mgm, g_connectstring))
+ if (ndb_mgm_set_connectstring(mgm, opt_connect_str))
{
fprintf(stderr, "* %5d: %s\n",
ndb_mgm_get_latest_error(mgm),