Dear Sirs,
 
Our company is developing software for SetTopBox STI 5528. We are interested in using your DBMS.
 
Our target platform is STI5528 (SH4 (Hitachi) compliant) platform.
OS  Linux: kernel 2.4.24
Compiler: gcc 3.03
 
Our attempts to install 4th or 5th version of MySQL on our platform end in a failure.
Whatever table we try to create we have an error. Please find the detailed log attached.
 
With a standard server running on Linux RedHat 9 X86 these operations are completed successfully.
 
We kindly ask you to give us your recommendations regarding this problem and, if possible, advise possible solutions to the problem to our team of programmers.
 
We are looking forward to your reply.
 
Kindest regards,
Artem Dikov,
Programming Department Chief
 
Ricor Holding
105120 Russia, Moscow
Kostomarovsky pereulok, 3
Tel: 007 095 363 45 50
Fax: 007 095 363 45 60
 
Email:[EMAIL PROTECTED]
 
 
To: [EMAIL PROTECTED]
Subject: [for SQL request "create table" mysqld return Error 1033 ]

>Description:
When we try to create a table mysqd responds the following: "Error 1033 
Incorrect information in file tablename.frm" The error occurs any time we try 
to execute a query on creation of a table,including start of the script 
mysql_install_db.

------------------------------------------------------
Daemon is initiated by command mysqld_safe --skip-grant

mysql> use mysql;
Database changed
mysql> create table t2(rrr float);
ERROR 1033  (HY000): Incorrect information in file: './mysql/t2.frm'


 or during the installation:

[EMAIL PROTECTED]:/usr/local/sh4-mysql/bin/mysql_install_db --user=mysql
...
Installing all prepared tables
041209 15:13:50 [ERROR] /usr/local/sh4-mysql/libexec/mysqld: Incorrect 
information
in file: './mysql/db.frm'
....
041209 15:13:50 [ERROR] /usr/local/sh4-mysql/libexec/mysqld: Incorrect 
information
in file: './mysql/host.frm'
....

-----------------------------------------------------


Category:       mysql
Release:        mysql-4.1.7 (Source distribution)

C compiler:    3.0.3
C++ compiler:  3.0.3
Environment:
        <STI5528 espresso, Linux >
System: Linux espresso 2.4.24_st1.7test7-st-espresso sh4 unknown
Architecture: sh4

Some paths:  /usr/local/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/sh4-linux/3.0.3/specs
Configured with: ../configure --host=sh4-linux --build=i686-pc-linux-gnu 
--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin 
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include 
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var 
--sharedstatedir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info 
--target=sh4-linux --enable-shared --enable-languages=c,c++ --enable-threads 
--disable-c99 --with-system-zlib --with-cpu=sh4
Thread model: posix
gcc version 3.0.3 (STMicroelectronics/Linux Base 3.0.3-3)
Compilation info: CC='sh4-linux-gcc'  CFLAGS=''  CXX='sh4-linux-g++'  
CXXFLAGS=''  LDFLAGS=''  ASFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 Jan  1  2000 /lib/libc.so.6 -> 
libc-2.2.4.so
-rwxr-xr-x    1 root     root      1515580 Feb 21  2003 /lib/libc-2.2.4.so
-rw-r--r--    1 root     root      2760322 Feb 21  2003 /usr/lib/libc.a
-rw-r--r--    1 root     root          164 Feb 21  2003 /usr/lib/libc.so
Configure command: ./configure '--cache-file=config.cache' 
'--prefix=/usr/local/sh4-mysql' '--host=sh4-linux' '--with-debug' 
'--without-largefile' 'host_alias=sh4-linux'


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to