Victoria Reznichenko wrote:
> Cyril,
> Monday, September 30, 2002, 3:35:40 PM, you wrote:
>
>
>>>Cyril,
>>>Friday, September 27, 2002, 4:19:25 PM, you wrote:
>>>
>>>CZ> if I build mysql with
>>>CZ> ./configure --with-charset=koi8_ru
>>>CZ> then check (make; make check; make test) failed!
>>>
>>>Because MySQL by default uses latin1 character set and you have compiled only
>>>with koi8_ru.
>>
> CZ> but if compile MySQL with
> CZ> ./configure --with-charset=koi8_ru --with-extra-charsets=all
> CZ> check (make; make check; make test) failed too!
> CZ> That's right?
>
> The short answer - nope.
this is bug or feature?
---cut---
# make test
cd mysql-test ; ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
020930 17:18:52 ../sql/mysqld: Shutdown Complete
Installing Slave Databases
020930 17:18:52 ../sql/mysqld: Shutdown Complete
Starting MySQL daemon
Loading Standard Test Databases
Starting Tests
TEST USER SYSTEM ELAPSED RESULT
------------------------------------------------------------------------
alias 0.07 0.02 0.12 [ pass ]
alter_table 0.00 0.02 0.07 [ pass ]
analyse 0.01 0.02 0.03 [ pass ]
auto_increment 0.03 0.01 0.05 [ pass ]
backup 0.02 0.02 0.04 [ pass ]
bdb-crash 0.02 0.01 0.03 [ pass ]
bdb-deadlock .... .... .... [ skipped ]
bdb .... .... .... [ skipped ]
bench_count_distinct 0.03 0.00 0.06 [ pass ]
bigint 0.03 0.00 0.03 [ pass ]
binary .... .... .... [ fail ]
>> Error at line 34: Result length mismatch <<Below are the diffs between actual
and expected results:
-------------------------------------------------------
*** r/binary.result Wed Aug 14 01:24:51 2002
--- r/binary.reject Mon Sep 30 17:18:55 2002
***************
*** 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
�
-------------------------------------------------------
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
make: *** [test] Error 1
---cut--
---------------------------------------------------------------------
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