List:General Discussion« Previous MessageNext Message »
From:Nick Pasich Date:March 20 2001 4:50pm
Subject:3.23.35 mysqlimport Doesn't Report Stats (resent)
View as plain text  
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 )-----


Thread
3.23.35 mysqlimport Doesn't Report Stats (resent)Nick Pasich20 Mar
  • Re: 3.23.35 mysqlimport Doesn't Report Stats (resent)Sinisa Milivojevic21 Mar