Re: BTREE indexes in Heap table

2003-06-10 Thread Victoria Reznichenko
Todd Gruben <[EMAIL PROTECTED]> wrote: > how do your set the index type in 4.1? My tables still appear to hash > indexes. Here is an example: CREATE TABLE t1 ( a INT NOT NULL, b INT NOT NULL, PRIMARY KEY USING BTREE (a) ) TYPE=HEAP; -- For technical support contracts, goto https://order.mysq

BTREE indexes in Heap table

2003-06-10 Thread Todd Gruben
how do your set the index type in 4.1? My tables still appear to hash indexes. -Todd -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]