overhead problem

2002-01-21 Thread Egor Egorov
int(11) NOT NULL default '0', PRIMARY KEY (id), INDEX(uid), INDEX(did) ) TYPE=MyISAM COMMENT='[Cartoes] Relacionamento entre cat, sub e dat'; [] EBY> if hope someone can help me because i'm with serius problem with delete and EBY> updates queries this

overhead problem

2002-01-20 Thread Everton B Yoshitani
hello! i'm with problem when i delete something from mysql, the table overhead a few bytes i'm running a sql query from a php page: if($DEl && $cid && $sid && $did) { $d0->query("SELECT id FROM crd_favorites WHERE did='$did' AND uid='$uid'"); if($d0->num_rows()<1) {

overhead problem

2002-01-18 Thread Everton B Yoshitani
hello someone can explain what is database overhead why happen...? thanks, everton. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)