#At file:///net/astra04/export/home/my/bzr/mysql-5.1.29-rc-release/
2771 Build Team 2008-10-11 [merge]
Added "-rc" to the version
Removed use of __FUNCTION__
modified:
configure.in
sql/log.cc
sql/sql_class.cc
=== modified file 'configure.in'
=== modified file 'configure.in'
--- a/configure.in 2008-10-09 12:46:03 +0000
+++ b/configure.in 2008-10-10 23:12:39 +0000
@@ -10,7 +10,7 @@
#
# When changing major version number please also check switch statement
# in mysqlbinlog::check_master_version().
-AM_INIT_AUTOMAKE(mysql, 5.1.29)
+AM_INIT_AUTOMAKE(mysql, 5.1.29-rc)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
=== modified file 'sql/log.cc'
--- a/sql/log.cc 2008-10-08 09:15:00 +0000
+++ b/sql/log.cc 2008-10-10 23:12:39 +0000
@@ -3779,7 +3779,7 @@
int
MYSQL_BIN_LOG::remove_pending_rows_event(THD *thd)
{
- DBUG_ENTER(__FUNCTION__);
+ DBUG_ENTER("MYSQL_BIN_LOG::remove_pending_rows_event");
binlog_trx_data *const trx_data=
(binlog_trx_data*) thd_get_ha_data(thd, binlog_hton);
=== modified file 'sql/sql_class.cc'
--- a/sql/sql_class.cc 2008-10-08 15:25:24 +0000
+++ b/sql/sql_class.cc 2008-10-10 23:12:39 +0000
@@ -3513,7 +3513,7 @@
int THD::binlog_remove_pending_rows_event(bool clear_maps)
{
- DBUG_ENTER(__FUNCTION__);
+ DBUG_ENTER("THD::binlog_remove_pending_rows_event");
if (!mysql_bin_log.is_open())
DBUG_RETURN(0);
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (build-private:2771) | Build Team | 11 Oct |