mariadb/extra
unknown f3544f3c5d Portability fixes
Change strtoll -> my_strtoll10()
Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)


configure.in:
  Fixed problem on IRIX64 (One can't have AC_MSG_RESULT on same row as AC_DEFINE
extra/my_print_defaults.c:
  Fixed wrong definition for 'verbose'
include/my_global.h:
  Portability fix (IRIX64)
libmysql/client_settings.h:
  Remove compiler warnings
libmysql/libmysql.c:
  Remove compiler warnings
mysql-test/r/func_str.result:
  Updated results
mysql-test/r/key_cache.result:
  Updated results to not depend on key_blocks_unused
mysql-test/t/func_str.test:
  More test of long overflow
mysql-test/t/key_cache.test:
  Updated results to not depend on key_blocks_unused
sql/item.cc:
  Portability fix (don't use strtoll())
sql/item.h:
  Portability fix (don't use strtoll())
sql/item_sum.h:
  Portability fix (don't use strtoll())
sql/item_timefunc.cc:
  Fixed compiler warning
strings/ctype-simple.c:
  Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems
strings/ctype-ucs2.c:
  Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems
2004-05-07 01:43:17 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
comp_err.c Merge with 4.0.16 2003-10-07 15:42:26 +03:00
Makefile.am Removed some not used files 2003-04-22 22:41:59 +03:00
my_print_defaults.c Portability fixes 2004-05-07 01:43:17 +03:00
mysql_waitpid.c Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
perror.c Merge with 4.0.19 2004-05-05 17:05:24 +03:00
replace.c Merge with 4.0.19 2004-05-05 17:05:24 +03:00
resolve_stack_dump.c system_charset_info has been moved to /sql directory 2003-03-16 12:30:10 +04:00
resolveip.c Merge with 4.0 2003-11-04 09:40:36 +02:00