mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-main
This commit is contained in:
commit
ea6ed5ffa7
1 changed files with 1 additions and 1 deletions
|
@ -3053,7 +3053,7 @@ void ha_ndbcluster::start_bulk_insert(ha_rows rows)
|
|||
DBUG_PRINT("enter", ("rows: %d", (int)rows));
|
||||
|
||||
m_rows_inserted= (ha_rows) 0;
|
||||
if (!m_use_write && m_ignore_dup_key)
|
||||
if (m_ignore_dup_key && table->primary_key != MAX_KEY)
|
||||
{
|
||||
/*
|
||||
compare if expression with that in write_row
|
||||
|
|
Loading…
Reference in a new issue