Hi list, I'm implementing the file system plugin as described on the drizzle wiki page. The problem I'm running into is how can I pass some additional information from the SQL statement, say, 'create table' table, down to the storage engine. It's because in this case, I would like to inform the storage engine of the information of file path.
As I see from the MySQL side, there is a connect string for this 'create table' statement. But I don't find it's in Drizzle. Am I right? And what's the usual practice to do such task? --Ziminq _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

