3888 magnus.blaudd@stripped 2012-04-19
ndb
- fix comipilation error in ha_ndbcluster_binlog.cc due to recent proper
interface to the global threads list in MySQl Server fix
modified:
sql/ha_ndbcluster_binlog.cc
3887 Alexander Barkov 2012-04-19
Changing data type of m_length in SimpleCString and descendants
from uint to size_t, for better LEX_STRING compatibility.
modified:
sql/item.cc
sql/item.h
sql/item_func.cc
sql/sql_show.cc
sql/sql_show.h
sql/sql_string.h
=== modified file 'sql/ha_ndbcluster_binlog.cc'
--- a/sql/ha_ndbcluster_binlog.cc 2012-03-06 17:10:16 +0000
+++ b/sql/ha_ndbcluster_binlog.cc 2012-04-19 11:13:17 +0000
@@ -6449,7 +6449,7 @@ ndb_binlog_thread_func(void *arg)
pthread_detach_this_thread();
thd->real_id= pthread_self();
mysql_mutex_lock(&LOCK_thread_count);
- threads.push_front(thd);
+ add_global_thread(thd);
mysql_mutex_unlock(&LOCK_thread_count);
thd->lex->start_transaction_opt= 0;
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (magnus.blaudd:3887 to 3888) | magnus.blaudd | 20 Apr |