>Description:
        while doing mysql-test-run --local it fails on the binary test with
        the following message:

/usr/compile/mysql-3.23.43/client/.libs/lt-mysqltest: At line 34: Result length
mismatch

-------------------------------------------------------
*** r/binary.result     Wed Oct  3 19:21:17 2001
--- r/binary.reject     Tue Oct 23 22:25:47 2001
***************
*** 1,13 ****
  name
- å
  ä
  ö
  concat("*",name,"*")
- *å*
  *ä*
  *ö*
  min(name)     min(concat("*",name,"*"))       max(name)       
max(concat("*",name,"*"))
! å     *å*     ö       *ö*
  name
  ä
  å
--- 1,13 ----
  name
  ä
+ å
  ö
  concat("*",name,"*")
  *ä*
+ *å*
  *ö*
  min(name)     min(concat("*",name,"*"))       max(name)       
max(concat("*",name,"*"))
! ä     *ä*     ö       *ö*
  name
  ä
  å
***************
*** 20,25 ****
--- 20,26 ----
  ä     *ä*     ö       *ö*
  name
  ä
+ å
  ö
  name
  ä


while all another tests (when invoked with --force) were passed just fine.

>How-To-Repeat:

        mysql was compiled for FreeBSD 4.4-Stable with the following
configuration options:

CFLAGS="-mpentiumpro -pipe" ./configure \
        --enable-thread-safe-client \
        --enable-assembler \
        --without-debug \
        --with-charset=cp1251 \
        --with-extra-charsets=koi8_ru

>Fix:

        Sorry, guys, I'm not developer so far. As far as I can figure out,
this is some sort of locale problem and it is really minor one.

>Submitter-Id:  <submitter ID>
>Originator:    Seva Gluschenko
>Organization:
 Cronyx Plus ISP
>MySQL support: none
>Synopsis:      failure in binary test
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.43 (Source distribution)

>Environment:
        
System: FreeBSD 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Oct 21 13:01:04 GMT 2001      
i386


Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
Compilation info: CC='gcc'  CFLAGS='-mpentiumpro -pipe'  CXX='c++'  CXXFLAGS=''  
LDFLAGS=''
LIBC: 
-r--r--r--  1 root  wheel  1246850 Oct 20 13:49 /usr/lib/libc.a
lrwxr-xr-x  1 root  wheel  9 Oct 20 13:49 /usr/lib/libc.so -> libc.so.4
-r--r--r--  1 root  wheel  614348 Oct 20 13:49 /usr/lib/libc.so.4
Configure command: ./configure  --enable-thread-safe-client --enable-assembler 
--without-debug --with-charset=cp1251 --with-extra-charsets=koi8_ru
Perl: This is perl, version 5.005_03 built for i386-freebsd

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