>Description:
        Under either mysql 4.0.1 binary RPM from mysql, locally built 4.0.1, or bk set 
1.1079,
        adding an index to a table causes the number of expected parts in that table 
to be set
        to 0.
>How-To-Repeat:
        State of table (dirty, clean, just rebuilt, doesn't matter).
        check table Downloads;
        create index Test on Downloads (Name(50));
        check table Downloads;
        Warning: 12277 parts found, should be: 0 parts
>Fix:
        Unknown. Didn't have this problem on my last working bk build on a different 
machine
        (bk set 1.980), planning test build of 1.980 on this machine to see if problem 
persists.

>Submitter-Id:  n/a
>Originator:    Matt Johnson <[EMAIL PROTECTED]>
>Organization:  AVSIM Online <http://www.avsim.com>
>MySQL support: none
>Synopsis:      creating index on any table sets parts count incorrect
>Severity:      serious
>Priority:      medium
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-4.0.1-alpha (Official MySQL RPM)

>Environment:

Dual processor P3-933, 1.5Gb RAM, running my-huge.cnf. 

System: Linux new-ftp 2.4.17 #1 SMP Mon Jan 21 08:36:59 EST 2002 i686 unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
Compilation info: CC='gcc'  CFLAGS=' -O3'  CXX='gcc'  CXXFLAGS=' -O3              
-felide-constructors -fno-exceptions -fno-rtti                  '  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 Jan 21 09:26 /lib/libc.so.6 -> libc-2.2.4.so
-rwxr-xr-x    1 root     root      5723311 Dec  8 09:04 /lib/libc-2.2.4.so
-rw-r--r--    1 root     root     27314296 Dec  8 09:02 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Dec  8 09:02 /usr/lib/libc.so
Configure command: ./configure  --disable-shared --with-mysqld-ldflags=-all-static 
--with-client-ldflags=-all-static --without-berkeley-db --with-innodb 
--enable-assembler --with-mysqld-user=mysql 
--with-unix-socket-path=/var/lib/mysql/mysql.sock --prefix=/ 
--with-extra-charsets=complex --exec-prefix=/usr --libexecdir=/usr/sbin 
--sysconfdir=/etc --datadir=/usr/share --localstatedir=/var/lib/mysql 
--infodir=/usr/info --includedir=/usr/include --mandir=/usr/man --with-embedded-server 
--enable-thread-safe-client '--with-comment=Official MySQL RPM'


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to