| List: | Commits | « Previous MessageNext Message » | |
| From: | Davi Arnaut | Date: | July 30 2009 5:35pm |
| Subject: | Re: bzr commit into mysql-pe branch (kristofer.pettersson:3491) Bug#44521 | ||
| View as plain text | |||
On 7/30/09 1:22 PM, Kristofer Pettersson wrote: [..] > -void > +bool > net_send_eof(THD *thd, uint server_status, uint statement_warn_count) > { > - write_eof_packet(thd, server_status, statement_warn_count); > + bool error= write_eof_packet(thd, server_status, statement_warn_count); > thd->cur_data= 0; > } Missing return.
| Thread | ||
|---|---|---|
| • bzr commit into mysql-pe branch (kristofer.pettersson:3491) Bug#44521 | Kristofer Pettersson | 30 Jul |
| • Re: bzr commit into mysql-pe branch (kristofer.pettersson:3491)Bug#44521 | Davi Arnaut | 30 Jul |
