02-09-2014, 04:50 PM
Prueba con este script (haz una copia de seguridad antes por si acaso):
A ver si así se reinicia.
Código:
DELETE FROM zreport;
DROP TABLE zreport;
create table zreport (id int(11) default 0,fecha date,hora time,fecha_ini date,hora_ini time,fecha_fin date,hora_fin time,primary key (id)) type = innodb;
insert into zreport (id) select distinct z from ventadir_comg where z > 0 and z not in (select id from zreport);
A ver si así se reinicia.