>Originator:    
>Organization:
>MySQL support: none
>Category:      mysql
>Release:       mysql-3.23.53 (Source distribution)
>Environment:
        <machine, os, target, libraries (multiple lines)>
System: Linux cj1398237-a 2.5.49-ac1 #3 SMP Sun Dec 8 17:01:39 JST 2002 i686 
unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs
Configured with: /usr/src/gcc-3.2.1/configure --host=i686-pc-linux-gnu 
--prefix=/usr --enable-threads=posix --enable-languages=c,c++
Thread model: posix
gcc version 3.2.1
Compilation info: CC='gcc'  CFLAGS='-O3 '  CXX='g++'  CXXFLAGS='-O3 
-felide-constructors -fno-exceptions -fno-rtti'  LDFLAGS=' -s'
LIBC: 
lrwxrwxrwx    1 root     root           13 Dec  7 12:15 /lib/libc.so.6 -> 
libc-2.3.1.so
-rwxr-xr-x    1 root     root      1507581 Dec  7 12:15 /lib/libc-2.3.1.so
-rw-r--r--    1 root     root      2561994 Dec  7 12:14 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Dec  7 12:14 /usr/lib/libc.so
Configure command: ./configure --prefix=/usr --enable-assembler 
--libexecdir=/usr/sbin --localstatedir=/var/mysql 
--with-mysqld-ldflags=-all-static --without-bench --with-char-set=sjis 
'CFLAGS=-O3 ' 'CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti' 
'LDFLAGS= -s'



mysql_install_db show this message.

Some pointers may be invalid and cause the dump to abort...
thd->query at 0x82a7c50 =  CREATE TABLE db (   Host char(60) binary DEFAULT '' 
NOT NULL,   Db char(64) binary DEFAULT '' NOT NULL,   User char(16) binary 
DEFAULT '' NOT NULL,   Select_priv enum('N','Y') DEFAULT 'N' NOT NULL,   
Insert_priv enum('N','Y') DEFAULT 'N' NOT NULL,   Update_priv enum('N','Y') 
DEFAULT 'N' NOT NULL,   Delete_priv enum('N','Y') DEFAULT 'N' NOT NULL,   
Create_priv enum('N','Y') DEFAULT 'N' NOT NULL,   Drop_priv enum('N','Y') 
DEFAULT 'N' NOT NULL,   Grant_priv enum('N','Y') DEFAULT 'N' NOT NULL,   
References_priv enum('N','Y') DEFAULT 'N' NOT NULL,   Index_priv 
enum('N','Y') DEFAULT 'N' NOT NULL,   Alter_priv enum('N','Y') DEFAULT 'N' 
NOT NULL, PRIMARY KEY Host (Host,Db,User), KEY User (User) ) 
comment='Database privileges'
thd->thread_id=1




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