mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.5' into '10.6'
This commit is contained in:
@@ -908,10 +908,10 @@ static bool insert_bulk_params(Prepared_statement *stmt,
|
||||
param->set_null();
|
||||
break;
|
||||
case STMT_INDICATOR_DEFAULT:
|
||||
param->set_default();
|
||||
param->set_default(false);
|
||||
break;
|
||||
case STMT_INDICATOR_IGNORE:
|
||||
param->set_ignore();
|
||||
param->set_ignore(false);
|
||||
break;
|
||||
default:
|
||||
DBUG_ASSERT(0);
|
||||
|
Reference in New Issue
Block a user