I have a slight dilemma.  I am using transactions to
insert data into multiple tables.  All but one table
is Innodb.  That one is Myisam and it's left as such
because its one text column, so I want the benefits of
full text search.

Still I need this transaction to somehow include this
entry. 
Two thoughts :
1- I created a temp innodb table and then after
transaction move the data over to the myisam.

2-Figure out what the text search options are in
innodb and maybe if there is a way to improve on them.

Any suggestions ?

Stuart

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

Reply via email to