1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflow

This commit is contained in:
serg@serg.mylan
2004-08-11 23:43:41 +02:00
parent 3c963455c1
commit 6023b58b9f
5 changed files with 47 additions and 16 deletions

View File

@ -34,9 +34,6 @@
#define MAX_TREEMEM 8192
#define MAX_TREE_ELEMENTS 256
#define UINT_MAX16 0xffff
#define UINT_MAX24 0xffffff
#define UINT_MAX32 0xffffffff
int sortcmp2(void* cmp_arg __attribute__((unused)),
const String *a,const String *b)