> are you asking how is it you can access information in a MySQL DB without
> connecting to MySQL DB?
> 
> please elaborate
> 

No, the thing is that I'm already running in the mysqld process because I'm 
talking about a custom engine library that I wrote.

So my code runs 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 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 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'm already running in the same process...





      Inviato da Yahoo! Mail.
Il servizio di posta con lo spazio illimitato.
http://it.docs.yahoo.com/mail/overview/index.html

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to