> > 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
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
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
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