mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
changed to use IO_CACHE instead of FILE
This commit is contained in:
parent
7a013339f8
commit
e69becf133
24 changed files with 816 additions and 821 deletions
|
|
@ -25,7 +25,7 @@
|
|||
** * *
|
||||
** *************************
|
||||
*/
|
||||
#define IMPORT_VERSION "2.5"
|
||||
#define IMPORT_VERSION "2.6"
|
||||
|
||||
#include <global.h>
|
||||
#include <my_sys.h>
|
||||
|
|
@ -125,7 +125,7 @@ file. The SQL command 'LOAD DATA INFILE' is used to import the rows.\n");
|
|||
Give the column names in a comma separated list.\n\
|
||||
This is same as giving columns to LOAD DATA INFILE.\n\
|
||||
-C, --compress Use compression in server/client protocol\n\
|
||||
-d, --delete Deletes first all rows from table.\n\
|
||||
-d, --delete First delete all rows from table.\n\
|
||||
-f, --force Continue even if we get an sql-error.\n\
|
||||
-h, --host=... Connect to host.\n\
|
||||
-i, --ignore If duplicate unique key was found, keep old row.\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue