Re: [Maria-developers] [Commits] Rev 2951: WL#12 - MariaDB User Feedback (a.k.a. Phone Home) plugin

2010-10-31 Thread Michael Widenius
Hi! > "Sergei" == Sergei Golubchik writes: Sergei> Hi, Michael! Sergei> On Oct 27, Michael Widenius wrote: >> > "Sergei" == Sergei Golubchik writes: >> >> >> +++ b/plugin/feedback/sender_thread.cc2010-09-30 14:24:31 + >> > ... >> >> + if (thd) // for nicer SHOW PROCESSLIS

Re: [Maria-developers] [Commits] Rev 2951: WL#12 - MariaDB User Feedback (a.k.a. Phone Home) plugin

2010-10-28 Thread Sergei Golubchik
Hi, Michael! On Oct 27, Michael Widenius wrote: > > "Sergei" == Sergei Golubchik writes: > > >> +++ b/plugin/feedback/sender_thread.cc 2010-09-30 14:24:31 + > > ... > >> + if (thd) // for nicer SHOW PROCESSLIST > >> +thd->set_query(const_cast(url->url()), url->url_length

Re: [Maria-developers] [Commits] Rev 2951: WL#12 - MariaDB User Feedback (a.k.a. Phone Home) plugin in http://bazaar.launchpad.net/~maria-captains/maria/5.1/

2010-10-18 Thread Sergei Golubchik
Hi, Michael! On Oct 18, Michael Widenius wrote: > + > +// create a background thread to handle urls, if any > +if (url_count) > +{ > + pthread_mutex_init(&sleep_mutex, 0); > + pthread_cond_init(&sleep_condition, 0); > + shutdown_plugin= false; > > Please add a comment w