Re: Drop keys does not stop indexes being created

2002-07-09 Thread Gerald Clark
You check index files, not table names. myisamchk -k 0 -rq $MYSQLDIR/test/BestGuess.MYI Archer Barrie wrote: >>Description >> >Having followed the instructions in section 5.2.8 to create a table using >LOAD >DATA INFILE *without* its indexes, the indexes are *still* created at the >end >of th

Drop keys does not stop indexes being created

2002-07-09 Thread Archer Barrie
>Description Having followed the instructions in section 5.2.8 to create a table using LOAD DATA INFILE *without* its indexes, the indexes are *still* created at the end of the LOAD DATA INFILE statement >How-To-Repeat: The following shell script demonstrates the problem. There are two directory

Drop keys does not stop indexes being created

2002-07-08 Thread Archer Barrie
>Description Having followed the instructions in section 5.2.8 to create a table using LOAD DATA INFILE *without* its indexes, the indexes are *still* created at the end of the LOAD DATA INFILE statement >How-To-Repeat: The following shell script demonstrates the problem. There are two directory

Drop keys does not stop indexes being created

2002-07-05 Thread barrie . archer
>Description Following the instructions in section 5.2.8 to create a table using LOAD DATA INFILE but without its indexes still causes the indexes to be created at the end of the LOAD DATA INFILE statement >How-To-Repeat: The following shell script demonstrates the problem. There are two directory