mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
added support of view and CHECK OPTION of view to LOAD DATA (BUG#5996)
This commit is contained in:
@ -3135,7 +3135,8 @@ unsent_create_error:
|
||||
goto error;
|
||||
}
|
||||
res= mysql_load(thd, lex->exchange, first_table, lex->field_list,
|
||||
lex->duplicates, (bool) lex->local_file, lex->lock_option);
|
||||
lex->duplicates, (bool) lex->local_file,
|
||||
lex->lock_option, lex->duplicates == DUP_IGNORE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user