Skip to content

Commit a688940

Browse files
committed
Bug 22391925: INNODB: FIX UNNECESSARY TYPE CASTS IN I_S.CC
mysql-5.7 cleanup changes suggested by Marko Calls to Field_longlong::store() using a ulint should use version store(longlong nr, bool unsigned_val) instead of store(double nr) in order to avoid conversion to a double and back. Previously approved for mysql-trunk in rb#11021
1 parent e6bb88e commit a688940

File tree

1 file changed

+156
-172
lines changed
  • storage/innobase/handler

1 file changed

+156
-172
lines changed

0 commit comments

Comments
 (0)