| List: | Commits | « Previous MessageNext Message » | |
| From: | Andrei Elkin | Date: | March 17 2008 7:18pm |
| Subject: | Re: bk commit into 5.0 tree (aelkin:1.2598) BUG#18199 | ||
| View as plain text | |||
Sergey, > Hi Andrei, > > afaics file_size is not used anymore, so it would be great to remove it. > removed. tnx. > Regards, > Sergey > >> @@ -1209,32 +1211,75 @@ int MYSQL_LOG::purge_logs(const char *to >> !log_in_use(log_info.log_file_name)) >> { >> ulong file_size= 0; >> - if (decrease_log_space) //stat the file we want to delete >> + MY_STAT s; >> + if (!my_stat(log_info.log_file_name, &s, MYF(0))) >> { >> - MY_STAT s;
| Thread | ||
|---|---|---|
| • bk commit into 5.0 tree (aelkin:1.2598) BUG#18199 | Andrei Elkin | 17 Mar |
| • Re: bk commit into 5.0 tree (aelkin:1.2598) BUG#18199 | Andrei Elkin | 17 Mar |
