1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Enable REPLACE ... SELECT in prepared statements.

This commit is contained in:
konstantin@mysql.com
2004-10-30 17:17:52 +04:00
parent 475aaac8ee
commit e97a79f2ee
9 changed files with 24 additions and 9 deletions

View File

@@ -1442,6 +1442,7 @@ static int send_prepare_results(Prepared_statement *stmt, bool text_protocol)
break;
case SQLCOM_INSERT_SELECT:
case SQLCOM_REPLACE_SELECT:
res= mysql_test_insert_select(stmt, tables);
break;