3260 Marko Mäkelä 2010-10-19
i_s.cc: Remove the names of unused function parameters.
This should silence some C++ compiler warnings.
modified:
storage/innobase/handler/i_s.cc
3259 Vasil Dimov 2010-10-19 [merge]
Merge mysql-trunk-bugfixing -> mysql-trunk-innodb
modified:
mysql-test/extra/rpl_tests/rpl_mixing_engines.inc
mysql-test/extra/rpl_tests/rpl_mixing_engines.test
mysql-test/r/not_partition.result
mysql-test/r/partition_exchange.result
mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result
mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result
mysql-test/suite/rpl/r/rpl_innodb_mixed_dml.result
mysql-test/suite/rpl/r/rpl_mixed_mixing_engines.result
mysql-test/suite/rpl/r/rpl_non_direct_mixed_mixing_engines.result
mysql-test/suite/rpl/r/rpl_non_direct_row_mixing_engines.result
mysql-test/suite/rpl/r/rpl_non_direct_stm_mixing_engines.result
mysql-test/suite/rpl/r/rpl_row_mixing_engines.result
mysql-test/suite/rpl/r/rpl_stm_mixing_engines.result
sql/binlog.cc
sql/share/errmsg-utf8.txt
=== modified file 'storage/innobase/handler/i_s.cc'
--- a/storage/innobase/handler/i_s.cc revid:vasil.dimov@stripped
+++ b/storage/innobase/handler/i_s.cc revid:marko.makela@stripped-20101019131456-7dudnpwyg10eqqxi
@@ -125,7 +125,7 @@ trx_i_s_common_fill_table(
/*======================*/
THD* thd, /*!< in: thread */
TABLE_LIST* tables, /*!< in/out: tables to fill */
- COND* cond); /*!< in: condition (not used) */
+ COND* ); /*!< in: condition (not used) */
/*******************************************************************//**
Unbind a dynamic INFORMATION_SCHEMA table.
@@ -1110,7 +1110,7 @@ trx_i_s_common_fill_table(
/*======================*/
THD* thd, /*!< in: thread */
TABLE_LIST* tables, /*!< in/out: tables to fill */
- COND* cond) /*!< in: condition (not used) */
+ COND* ) /*!< in: condition (not used) */
{
const char* table_name;
int ret;
@@ -1270,7 +1270,7 @@ i_s_cmp_fill_low(
/*=============*/
THD* thd, /*!< in: thread */
TABLE_LIST* tables, /*!< in/out: tables to fill */
- COND* cond, /*!< in: condition (ignored) */
+ COND* , /*!< in: condition (ignored) */
ibool reset) /*!< in: TRUE=reset cumulated counts */
{
TABLE* table = (TABLE *) tables->table;
@@ -1546,7 +1546,7 @@ i_s_cmpmem_fill_low(
/*================*/
THD* thd, /*!< in: thread */
TABLE_LIST* tables, /*!< in/out: tables to fill */
- COND* cond, /*!< in: condition (ignored) */
+ COND* , /*!< in: condition (ignored) */
ibool reset) /*!< in: TRUE=reset cumulated counts */
{
int status = 0;
@@ -2118,9 +2118,9 @@ static
int
i_s_metrics_fill_table(
/*===================*/
- THD* thd, /*!< in: thread */
- TABLE_LIST* tables, /*!< in/out: tables to fill */
- COND* cond) /*!< in: condition (not used) */
+ THD* thd, /*!< in: thread */
+ TABLE_LIST* tables, /*!< in/out: tables to fill */
+ COND* ) /*!< in: condition (not used) */
{
DBUG_ENTER("i_s_metrics_fill_table");
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20101019131456-7dudnpwyg10eqqxi.bundle
| Thread |
|---|
| • bzr push into mysql-trunk-innodb branch (marko.makela:3259 to 3260) | marko.makela | 19 Oct |