Below is the list of changes that have just been committed into a local
5.2 repository of rafal. When rafal 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@stripped, 2007-10-03 11:10:48+02:00, rafal@quant.(none) +1 -0
Fixing a pb build problem.
sql/backup/sql_backup.cc@stripped, 2007-10-03 11:10:44+02:00, rafal@quant.(none) +1 -1
my_free() is a macro and thus we should not qualify it explicitly.
diff -Nrup a/sql/backup/sql_backup.cc b/sql/backup/sql_backup.cc
--- a/sql/backup/sql_backup.cc 2007-10-02 15:30:41 +02:00
+++ b/sql/backup/sql_backup.cc 2007-10-03 11:10:44 +02:00
@@ -934,7 +934,7 @@ void Backup_info::Table_ref::close()
{
// TODO: check if ::free_tmp_table() is not better
::intern_close_table(m_table);
- ::my_free(m_table, MYF(0));
+ my_free(m_table, MYF(0));
}
m_table= NULL;
return;
| Thread |
|---|
| • bk commit into 5.2 tree (rafal:1.2603) | rsomla | 3 Oct |