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

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

-- 
 _ __  _ __   __ _ ___(_) ___| |__  
| '_ \| '_ \ / _` / __| |/ __| '_ \  http://www.users.cts.com/sd/n/npasich
| | | | |_) | (_| \__ \ | (__| | | |
|_| |_| .__/ \__,_|___/_|\___|_| |_|@sd.cts.com
      |_|                           


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