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
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]