Activity log for bug #1131856

Date Who What changed Old value New value Message
2013-02-22 17:21:27 Alexey Kopytov bug added bug
2013-02-22 17:21:58 Alexey Kopytov nominated for series percona-server/5.5
2013-02-22 17:21:58 Alexey Kopytov bug task added percona-server/5.5
2013-02-22 17:21:58 Alexey Kopytov nominated for series percona-server/5.6
2013-02-22 17:21:58 Alexey Kopytov bug task added percona-server/5.6
2013-02-22 17:22:06 Alexey Kopytov percona-server/5.5: status New Triaged
2013-02-22 17:22:10 Alexey Kopytov percona-server/5.6: status New Triaged
2013-02-22 17:22:14 Alexey Kopytov percona-server/5.5: importance Undecided High
2013-02-22 17:22:15 Alexey Kopytov percona-server/5.6: importance Undecided High
2013-02-22 18:32:13 Alexey Kopytov summary dec_thread_count() definition doesn't match its declaration dec_connection_count() definition doesn't match its declaration
2013-02-22 18:32:28 Alexey Kopytov description dec_thread_count() is declared in include/thread_pool_priv.h as follows: /* Decrement connection counter */ void dec_connection_count(); However, the threadpool patch has added the 'thd' argument to the definition without changing the declaration: void dec_connection_count(THD *thd) { mysql_mutex_lock(&LOCK_connection_count); (*thd->scheduler->connection_count)--; mysql_mutex_unlock(&LOCK_connection_count); } dec_connection_count() is declared in include/thread_pool_priv.h as follows: /* Decrement connection counter */ void dec_connection_count(); However, the threadpool patch has added the 'thd' argument to the definition without changing the declaration: void dec_connection_count(THD *thd) {   mysql_mutex_lock(&LOCK_connection_count);   (*thd->scheduler->connection_count)--;   mysql_mutex_unlock(&LOCK_connection_count); }
2013-02-24 11:56:55 Laurynas Biveinis tags low-hanging-fruit
2013-02-25 08:07:51 Sergei Glushchenko percona-server/5.6: assignee Sergei Glushchenko (sergei.glushchenko)
2013-02-25 08:07:54 Sergei Glushchenko percona-server/5.5: assignee Sergei Glushchenko (sergei.glushchenko)
2013-02-25 08:07:56 Sergei Glushchenko percona-server/5.5: status Triaged In Progress
2013-02-25 08:14:20 Launchpad Janitor branch linked lp:~sergei.glushchenko/percona-server/55-bug1131856
2013-02-25 08:26:40 Launchpad Janitor branch linked lp:~sergei.glushchenko/percona-server/56-bug1131856
2016-03-17 08:45:49 Laurynas Biveinis nominated for series percona-server/5.7
2016-03-17 08:45:49 Laurynas Biveinis bug task added percona-server/5.7
2016-03-17 08:45:56 Laurynas Biveinis percona-server/5.7: status In Progress Invalid
2016-03-17 08:46:00 Laurynas Biveinis percona-server/5.7: importance High Undecided
2016-03-17 08:46:02 Laurynas Biveinis percona-server/5.7: assignee Sergei Glushchenko (sergei.glushchenko)
2016-03-17 09:25:36 Sergei Glushchenko percona-server/5.5: status In Progress Triaged
2016-03-17 09:25:38 Sergei Glushchenko percona-server/5.5: assignee Sergei Glushchenko (sergei.glushchenko)
2016-03-17 09:25:41 Sergei Glushchenko percona-server/5.6: assignee Sergei Glushchenko (sergei.glushchenko)
2016-03-17 09:25:43 Sergei Glushchenko percona-server/5.6: status Triaged Invalid
2016-03-17 09:25:47 Sergei Glushchenko percona-server/5.6: importance High Undecided