index with enum as first column

2002-09-25 Thread Julian Ladisch
>How-To-Repeat: drop table if exists t1; create table t1 ( e enum('N', 'Y') not null, i int not null, c1 char(255), c2 char(255), c3 char(255), c4 char(255), c5 char(255), c6 char(255), c7 char(255), c8 char(255), primary key (e, i) ); insert into t1 (e, i) values ('N', 1), ('Y', 2),

Re: Build errors with 3.23.51

2002-09-22 Thread Julian Ladisch
Shane Allen wrote: > configure:12730: checking style of gethost* routines > configure:12773: gcc -c -O -DDBUG_OFF -O3 -felide-constructors -fno-exceptions >-fno-rtti > -fpermissive -I/usr/local/mysql-glibc-2.2.2/include conftest.cc >&5 > gcc: installation problem, cannot exec `cc1plus': No suc