After upgrading from 3.23.32 to 3.23.35 I stopped getting statistics 
when using mysqlimport. (Records: Deleted: Skipped: Warnings:) 

I took a quick look at 3.23.32 mysqlimport.c and it is the same code as
3.23.35.


The command
-----------
mysqlimport --ignore --verbose --fields-terminated-by=',' --fields-enclosed-by='"'  
traffic  $BFILE


>From 3.23.32 (is OK)
------------
Connecting to localhost
Selecting database traffic
Loading data from SERVER file: /usr/local/MYSQL/DB/traffic/LOADDIR/blockedHistory.asc 
into blockedHistory
traffic.blockedHistory: Records: 269  Deleted: 0  Skipped: 0  Warnings: 0
                        ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^
Disconnecting from localhost


>From 3.23.35 (No Statistics)
------------
Connecting to localhost
Selecting database traffic
Loading data from SERVER file: /usr/local/MYSQL/DB/traffic/LOADDIR/blockedHistory.asc 
into blockedHistory
traffic.blockedHistory: 
                        ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^
Disconnecting from localhost


                  -----( Nick Pasich )-----



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