Below is the list of changes that have just been committed into a local
5.0 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.1934 05/09/01 14:47:06 msvensson@neptunus.(none) +2 -0
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/bug11286/my50-bug11286
sql/sql_parse.cc
1.480 05/09/01 14:47:00 msvensson@neptunus.(none) +0 -0
Auto merged
client/mysqltest.c
1.156 05/09/01 14:47:00 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/bug11286/my50-bug11286/RESYNC
--- 1.479/sql/sql_parse.cc 2005-08-30 12:25:03 +02:00
+++ 1.480/sql/sql_parse.cc 2005-09-01 14:47:00 +02:00
@@ -919,8 +919,7 @@
DBUG_PRINT("info", ("IO layer change in progress..."));
if (sslaccept(ssl_acceptor_fd, net->vio, thd->variables.net_wait_timeout))
{
- DBUG_PRINT("error", ("Failed to read user information (pkt_len= %lu)",
- pkt_len));
+ DBUG_PRINT("error", ("Failed to accept new SSL connection"));
inc_host_errors(&thd->remote.sin_addr);
return(ER_HANDSHAKE_ERROR);
}
@@ -3468,7 +3467,7 @@
if (lex->local_file)
{
if (!(thd->client_capabilities & CLIENT_LOCAL_FILES) ||
- ! opt_local_infile)
+ !opt_local_infile)
{
my_message(ER_NOT_ALLOWED_COMMAND, ER(ER_NOT_ALLOWED_COMMAND), MYF(0));
goto error;
--- 1.155/client/mysqltest.c 2005-08-26 14:45:19 +02:00
+++ 1.156/client/mysqltest.c 2005-09-01 14:47:00 +02:00
@@ -1741,7 +1741,7 @@
for (i = 0; i < MAX_CON_TRIES; ++i)
{
if (mysql_real_connect(con, host,user, pass, db, port, sock,
- CLIENT_MULTI_STATEMENTS))
+ CLIENT_MULTI_STATEMENTS | CLIENT_REMEMBER_OPTIONS))
{
con_error = 0;
break;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.1934) | msvensson | 1 Sep |