MYSQL & MYISAM
Posted by: Roberto Amucano
Date: June 20, 2005 04:42AM

Hi everyone, I've got a slightly annoying problem.
I wrote an interface to use MYISAM files in my legacy procedures as a first step to move from the FAIRCOM CTREE ISAM library to MYSQL-driven new procedures.
The strange thing is: when I write a record into a MYISAM file (linked as a symbolic link to a MYSQL table) using the interface, the new inserted record is not seen by a "select * from <table>" command, typed in the mysql command line utility, until I perform a "flush tables" command
Does anybody has a suggestion?
thanks in advance
roberto

Options: ReplyQuote


Subject
Written By
Posted
MYSQL & MYISAM
June 20, 2005 04:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.