mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merge of the fix for bug 17417 5.0-opt->5.1-opt
This commit is contained in:
@@ -2573,7 +2573,7 @@ extern "C" int thd_slave_thread(const MYSQL_THD thd)
|
||||
|
||||
extern "C" int thd_non_transactional_update(const MYSQL_THD thd)
|
||||
{
|
||||
return(thd->no_trans_update.all);
|
||||
return(thd->transaction.all.modified_non_trans_table);
|
||||
}
|
||||
|
||||
extern "C" int thd_binlog_format(const MYSQL_THD thd)
|
||||
|
||||
Reference in New Issue
Block a user