Commit a6d703b7 authored by tim@cane.mysql.fi's avatar tim@cane.mysql.fi
Browse files

Fix berkeley_show_logs().

parent ea2d545e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ int berkeley_show_logs(THD *thd)
    packet->length(0);
    net_store_data(packet,*a);
    net_store_data(packet,"BDB");
    if (f && strcmp(*a, *f) == 0)
    if (f && *f && strcmp(*a, *f) == 0)
    {
      net_store_data(packet, SHOW_LOG_STATUS_FREE);
      ++f;