I: information from another table for custom engine

2008-03-14 Thread Scara Maccai
e - > > From: "Scara Maccai" > > To: "mysql" > > Sent: Thursday, March 13, 2008 7:51 AM > > Subject: I: information from another table for custom engine > > > > I'm writing a custom engine to read data written in a legacy format as i

Re: information from another table for custom engine

2008-03-13 Thread Scara Maccai
uns inside mysql, hence I don't really see the point of making a new connection TO the daemon FROM the daemon itself, and I was wondering what other options I have. > - Original Message - > From: "Scara Maccai" > To: "mysql" > Sent: Thursday, March

I: information from another table for custom engine

2008-03-13 Thread Scara Maccai
Anyone - Messaggio inoltrato - > Da: Scara Maccai <[EMAIL PROTECTED]> > A: mysql@lists.mysql.com > Inviato: Venerdì 7 marzo 2008, 6:07:42 > Oggetto: information from another table for custom engine > > Hi, > > I'm writing a custom engine to read

information from another table for custom engine

2008-03-06 Thread Scara Maccai
Hi, I'm writing a custom engine to read data written in a legacy format as it was a regular mysql table. To read data properly I need information from some myisam tables in the same db. How can I query those myisam tables from my custom engine? I don't like the idea of connecting to mysql... I