Bug #16892 'mysql_client_test': check fails with embedded server
Submitted: 30 Jan 2006 11:20 Modified: 8 May 2006 19:34
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S2 (Serious)
Version:4.1.18 OS:all Unix
Assigned to: Alexey Botchkov CPU Architecture:Any

[30 Jan 2006 11:20] Joerg Bruehe
Description:
Release build of 4.1.18, based on ChangeSet
  1.2463 06/01/27 13:38:15 kent@mysql.com +1 -0
  disabled.def:
    Enabled rpl_* tests now when bug fixed

A runtime length/value check fails on all machines!

This failure was _not_ observed with 4.1.17, must be the effect of a recent change.

Symptom:
=====
mysql_client_test              [ fail ]

Errors are (from PATH/mysqltest-time) :
InnoDB: The first specified data file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave
-data/ibdata1 did not exist:
InnoDB: a new database to be created!
YYMMDD HH:MM:SS  InnoDB: Setting file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave
-data/ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
YYMMDD HH:MM:SS  InnoDB: Log file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave-dat
a/ib_logfile0 did not exist: new to be created
InnoDB: Setting log file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave-data/ib_logf
ile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
YYMMDD HH:MM:SS  InnoDB: Log file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave-dat
a/ib_logfile1 did not exist: new to be created
InnoDB: Setting log file /home/mysqldev/opnsrv6c/test/mysql-standard-4.1.18-sco-osr6-i686/mysql-test/var/slave-data/ib_logf
ile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
mysql_client_test.c:11823: check failed: 'field[0].length == 65535'
mysqltest: At line 10: command "$MYSQL_CLIENT_TEST --getopt-ll-test=25600M" failed
(the last lines may be the most important ones)
=====

How to repeat:
Build "standard" and run "embedded" tests.
[8 May 2006 19:34] Paul DuBois
No changelog entry needed.