>Description:
        a mysql -p db < file.sql fails when sql contains TEXT fields that are long
>How-To-Repeat:
        create table with text column,fill it with text,
 mysqldump this table into file.sql
        mysql -p db < file.sql

>Fix:
        linewrapping the mysqldump file is a workaround, better buffers
        in mysql client should be the solution.

>Submitter-Id:  <submitter ID>
>Originator:    ABVAKAVO
>Organization: Escador
>MySQL support: none 
>Synopsis:      IMPORT halts on too long input lines
>Severity:      serious 
>Priority:      medium
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.41 (Source distribution)

>Environment:
        
System: SunOS fnv-01.cust.asmr-01.energis-idc.net 5.8 Generic_108528-09 sun4u sparc 
SUNW,UltraSPARC-IIi-cEngine
Architecture: sun4

Some paths:  /usr/bin/perl /usr/local/bin/make

Compilation info: CC='/opt/SUNWspro/bin/cc'  CFLAGS='-fast -xtarget=ultra2 -xarch=v9a 
-xprefetch=yes -s -I/usr/local/include'  CXX='/opt/SUNWspro/bin/CC'  CXXFLAGS='-fast 
-xtarget=ultra2 -xarch=v9a -xprefetch=yes -s -I/usr/local/include'  LDFLAGS='-fast 
-xtarget=ultra2 -xarch=v9a -xprefetch=yes -s'
LIBC: 
-rw-r--r--   1 root     bin      1759400 Sep 25 18:46 /lib/libc.a
lrwxrwxrwx   1 root     root          11 Aug 21 15:20 /lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin      1136720 Sep 25 18:47 /lib/libc.so.1
-rw-r--r--   1 root     bin      1759400 Sep 25 18:46 /usr/lib/libc.a
lrwxrwxrwx   1 root     root          11 Aug 21 15:20 /usr/lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin      1136720 Sep 25 18:47 /usr/lib/libc.so.1
Configure command: ./configure  --prefix=/usr/local/mysql 
--with-libwrap=/usr/local/lib --with-mysqld-user=mysql --mandir=/usr/local/man 
--srcdir=/data/EIDCpackageadmin/SOURCES/mysql-3.23.41
Perl: This is perl, version 5.005_03 built for sun4-solaris

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