[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3.23.35 mysqlimport Doesn't Report Stats (resent)


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 <mysql-thread68866@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



This mailing list archive is a service of Copilot Consulting.