Re: [Dbmail-dev] git create_tables.mysql

2009-06-13 Thread Jorge Bastos
> > Paul, > > > > Theres something not right with the mysql create tables script, on > this > > view: > > crap. got it. > :P ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Re: [Dbmail-dev] git create_tables.mysql

2009-06-13 Thread Paul J Stevens
Jorge Bastos wrote: > > > Paul, > > There’s something not right with the mysql create tables script, on this > view: crap. got it. -- Paul Stevens paul at nfg.nl NET FACILITIES GROUP

Re: [Dbmail-dev] git create_tables.mysql

2009-06-13 Thread Paul J Stevens
Jorge Bastos wrote: > ERROR 1146 (42S02) at line 177: Table 'dbmail.dbmail_messages' doesn't > exist doesn't happen in my tree. -- Paul Stevens paul at nfg.nl NET FACILITIES GROUP

[Dbmail-dev] git create_tables.mysql

2009-06-13 Thread Jorge Bastos
Paul, There's something not right with the mysql create tables script, on this view: CREATE VIEW dbmail_fromfield AS SELECT physmessage_id,sortfield AS fromfield FROM dbmail_messages m JOIN dbmail_header h USING (physmessage_id) JOIN dbmail_headername n ON h