mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
added support of view and CHECK OPTION of view to LOAD DATA (BUG#5996)
This commit is contained in:
@ -1616,6 +1616,7 @@ bool st_lex::can_use_merged()
|
||||
case SQLCOM_INSERT_SELECT:
|
||||
case SQLCOM_REPLACE:
|
||||
case SQLCOM_REPLACE_SELECT:
|
||||
case SQLCOM_LOAD:
|
||||
return TRUE;
|
||||
default:
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user