1
0
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:
bell@sanja.is.com.ua
2004-10-21 21:53:27 +03:00
parent 926537600e
commit ed7b229a28
7 changed files with 146 additions and 19 deletions

View File

@ -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;