1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEY

This commit is contained in:
monty@mysql.com
2005-01-03 23:04:52 +02:00
53 changed files with 3551 additions and 157 deletions

View File

@@ -67,7 +67,7 @@ typedef struct st_load_file_info
enum enum_duplicates handle_dup;
char* db;
char* table_name;
bool wrote_create_file, log_delayed;
bool wrote_create_file, log_delayed, ignore;
} LOAD_FILE_INFO;
int log_loaded_block(IO_CACHE* file);