>Description:
        make test fails on create.
>How-To-Repeat:
        make test
        output of ./mysql-test-run --local create shown here
        ------  CUT  ------
Installing Test Databases
Removing Stale Files
Installing Master Databases
running  ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables     --basedir=. 
--datadir=./var/master-data --skip-innodb --skip-bdb --language=../sql/share/english/
Installing Slave Databases
running  ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables     --basedir=. 
--datadir=./var/slave-data --skip-innodb --skip-bdb --language=../sql/share/english/
Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests

 TEST                         USER   SYSTEM  ELAPSED        RESULT
------------------------------------------------------------------------
create                        ....     ....     ....       [ fail ]

   >> Error at line 185: Result length mismatch<<
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/create.result     2003-03-20 17:41:56.000000000 +0300
--- r/create.reject     2003-03-20 18:45:56.000000000 +0300
***************
*** 262,268 ****
  Table Create Table
  t1    CREATE TABLE `t1` (
    `a` int(11) NOT NULL default '0'
! ) TYPE=HEAP
  drop table t1;
  SET SESSION table_type="gemini";
  SELECT @@table_type;
--- 262,268 ----
  Table Create Table
  t1    CREATE TABLE `t1` (
    `a` int(11) NOT NULL default '0'
! ) TYPE=HEAP CHARSET=latin1
  drop table t1;
  SET SESSION table_type="gemini";
  SELECT @@table_type;
***************
*** 273,278 ****
  Table Create Table
  t1    CREATE TABLE `t1` (
    `a` int(11) NOT NULL default '0'
! ) TYPE=MyISAM
  SET SESSION table_type=default;
  drop table t1;
--- 273,278 ----
  Table Create Table
  t1    CREATE TABLE `t1` (
    `a` int(11) NOT NULL default '0'
! ) TYPE=MyISAM CHARSET=latin1
  SET SESSION table_type=default;
  drop table t1;
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/R/e/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

Aborting. To continue, re-run with '--force'.

Ending Tests
Shutting-down MySQL daemon

Master shutdown finished
Slave shutdown finished
        ------  CUT  ------
>Fix:
        <how to correct or work around the problem, if known (multiple lines)>

>Submitter-Id:  <submitter ID>
>Originator:    Cliff Stanford
>Organization:
 <organization of PR author (multiple lines)>
>MySQL support: none
>Synopsis:      ./mysql-test-run --local create fails
>Severity:      serious
>Priority:      high
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-4.1.0-alpha (Source distribution)
>Server: /usr/bin/mysqladmin  Ver 8.23 Distrib 3.23.53a, for pc-linux-gnu on i686
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          3.23.53a
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /var/lib/mysql/mysql.sock
Uptime:                 52 days 13 hours 15 min 17 sec

Threads: 2  Questions: 87805227  Slow queries: 96  Opens: 15025  Flush tables: 1  Open 
tables: 64 Queries per second avg: 19.338
>C compiler:    gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>C++ compiler:  g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>Environment:
        <machine, os, target, libraries (multiple lines)>
System: Linux ih.may.be 2.4.18-18.8.0smp #1 SMP Wed Nov 13 23:11:20 EST 2002 i686 i686 
i386 GNU/Linux
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/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking 
--host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Compilation info: CC='gcc'  CFLAGS=''  CXX='g++'  CXXFLAGS=''  LDFLAGS=''  ASFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           14 Nov 25 17:05 /lib/libc.so.6 -> 
libc-2.2.93.so
-rwxr-xr-x    2 root     root      1235468 Sep  6  2002 /lib/libc-2.2.93.so
-rw-r--r--    1 root     root      2233342 Sep  5  2002 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Sep  5  2002 /usr/lib/libc.so
Configure command: ./configure '--prefix=/usr/local' '--with-tcp-port=3307'


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