2726 Alexander Nozdrin 2009-02-14
Disable rpl_log_pos due to Bug#42858.
modified:
mysql-test/suite/rpl/t/disabled.def
2725 Alexander Nozdrin 2009-02-13
Fix mysql_client_test.c:
- Use mysql_stmt_field_count() instead of mysql_num_fields()
to get a number of fields in a result set returned by a prepared
statement
- Use mysql_stmt_error() and mysql_stmr_errno() to dump error
information after prepared statement execution.
modified:
tests/mysql_client_test.c
=== modified file 'mysql-test/suite/rpl/t/disabled.def'
--- a/mysql-test/suite/rpl/t/disabled.def 2009-02-13 16:18:07 +0000
+++ b/mysql-test/suite/rpl/t/disabled.def 2009-02-14 11:23:14 +0000
@@ -15,4 +15,5 @@ rpl_extraColmaster_myisam : BUG#41097 2
rpl_row_until : BUG#41423 2008-12-12 sven rpl_row_until needs maintenance
rpl_binlog_corruption : BUG#41793 2008-12-30 sven rpl_binlog_corruption disabled in main (needs new mtr)
rpl_extraCol_falcon : Bug#40930 2008-11-21 johnemb rpl.rpl_extraCol_falcon fails doing STOP SLAVE (on Windows PB2)
-rpl_cross_version : Bug #42311 2009-01-23 aelkin
+rpl_cross_version : Bug#42311 2009-01-23 aelkin
+rpl_log_pos : Bug#42858 2009-02-14 alik rpl.rpl_log_pos fails, thus was disabled
| Thread |
|---|
| • bzr push into mysql-6.0 branch (alik:2725 to 2726) Bug#42858 | Alexander Nozdrin | 14 Feb |