Fixed in master, still exists on stable.

** Changed in: tarantool
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1031330

Title:
  Incorrect NUM64 index comparison of 64 bit numbers on 32 bit platform

Status in Tarantool - an efficient in-memory data store:
  Confirmed

Bug description:
  insert into t0 values (1234L)
  select * from t0 where k0 = 1234L

  on amd64 works correctly
  on i386 would return 0 rows

  Seems like the problem is within box, because client supplied value
  unpacks correctly on server prior to index iteration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1031330/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to