From: reggie Date: May 19 2006 2:39pm Subject: bk commit into 5.1 tree (rburnett:1.2160) List-Archive: http://lists.mysql.com/commits/6640 Message-Id: <200605191439.k4JEdqUw016427@bk-internal.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of rburnett. When rburnett 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.2160 06/05/19 16:39:37 rburnett@stripped +3 -0 Merge bk-internal.mysql.com:/data0/bk/mysql-5.1-new into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt sql/sql_base.cc 1.325 06/05/19 16:39:28 rburnett@stripped +0 -0 Auto merged sql/mysqld.cc 1.546 06/05/19 16:39:28 rburnett@stripped +0 -0 Auto merged include/my_sys.h 1.196 06/05/19 16:39:27 rburnett@stripped +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: rburnett # Host: bk-internal.mysql.com # Root: /data0/bk/mysql-5.1-kt/RESYNC --- 1.545/sql/mysqld.cc 2006-05-18 17:23:22 +02:00 +++ 1.546/sql/mysqld.cc 2006-05-19 16:39:28 +02:00 @@ -2974,7 +2974,6 @@ ssl_acceptor_fd= 0; } #endif /* HAVE_OPENSSL */ - vio_end(); } --- 1.324/sql/sql_base.cc 2006-05-18 17:23:27 +02:00 +++ 1.325/sql/sql_base.cc 2006-05-19 16:39:28 +02:00 @@ -1289,7 +1289,7 @@ table= next) { end_cur= strxmov(end_cur, "`", table->s->db.str, "`.`", - table->s->table_name.str, "`,", NullS); + table->s->table_name.str, "`,", NullS); next= table->next; close_temporary(table, 1, 1); } @@ -1316,7 +1316,6 @@ } thd->temporary_tables=0; } - /* Find table in list.