Skip to site navigation (Press enter)

Error 1032 : Can't find Record in

Detlev Jaeger Sun, 06 Aug 2006 06:40:41 -0700

Hello,
 
I'm curently testing partitioning with mysql 5.1.11 on linux (.rpm from
mysql.com site).
 
Table Structure:
 
CREATE TABLE `adr-0` (
  Adr varchar(255) COLLATE latin1_german1_ci NOT NULL DEFAULT '',
  Qty int(10) NOT NULL,
  PRIMARY KEY (Adr),
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci
PARTITION BY KEY (Adr) PARTITIONS 10 ;

Now I'm inserting data:
 
insert into adr-0 values ('TestAdr','1') on duplicate key update qty =
qty +1;
 
This works fine until "on duplicate key " triggers. Then I receive the
error message:
 
"1032: Can't find record in adr-0"

When I'm doing the same on a non-partitioned table, everything work as
expected.
 
I haven't found any limitations of the partitioning in the manual, which
could be the reason. 

Is this a bug or a feature ?

Thanks in advance for any help !

Detlev

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

  • Previous message
  • View by thread
  • View by date
  • Next message
  • Error 1032 : Can't find Record in <table> Detlev Jaeger
    • Re: Error 1032 : Can't find Record in <table&... Enrique Sanchez Vela

Reply via email to

The Mail Archive
  • The Mail Archive home
  • mysql - all messages
  • mysql - about the list
  • Expand
  • Previous message
  • Next message
  • The Mail Archive home
  • Add your mailing list
  • FAQ
  • Support
  • Privacy
  • B5EDDEEB53192F409AC22908BAB131112F52@exchange.djaeger.net