#At file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/merge-13/mysql-6.0-rpl/ based on revid:aelkin@stripped
2838 Alfranio Correia 2009-04-10
Post-fix for BUG#38173.
modified:
sql/log_event.cc
=== modified file 'sql/log_event.cc'
--- a/sql/log_event.cc 2009-04-09 15:34:45 +0000
+++ b/sql/log_event.cc 2009-04-10 00:01:36 +0000
@@ -8389,7 +8389,7 @@ Rows_log_event::write_row(const Relay_lo
*/
if ((error= prepare_record(table, &m_cols, m_width,
table->file->ht->db_type != DB_TYPE_NDBCLUSTER,
- (rli->sql_thd->variables.sql_mode &
+ (rli->info_thd->variables.sql_mode &
(MODE_STRICT_TRANS_TABLES |
MODE_STRICT_ALL_TABLES)))))
DBUG_RETURN(error);
| Thread |
|---|
| • bzr commit into mysql-6.0-rpl branch (alfranio.correia:2838) Bug#38173 | Alfranio Correia | 10 Apr |