mariadb/include
unknown ae587cfb0c Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?)
Problem: long and long long types mess in a comparison may lead to wrong results on some platforms.
Fix: prefer [unsigned] long long as [u]longlong as it's used unconditionally in many places.


include/my_global.h:
  Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?)
    - use [unsigned] long long as [u]longlong if sizeof(long long) == 8, to avoid type mess,
      as we use [unsigned] long long unconditionally in many places, for example in constants 
      with [U]LL suffix.
2007-06-22 17:12:40 +05:00
..
.cvsignore
abi_check Make --mem settable with environment variable MTR_MEM and make it possible to pass the directory to use. I.e --mem=<directory> 2006-11-07 11:07:27 +01:00
abi_check.ic Make --mem settable with environment variable MTR_MEM and make it possible to pass the directory to use. I.e --mem=<directory> 2006-11-07 11:07:27 +01:00
config-netware.h
config-os2.h
config-win.h include/config-win.h : 2007-02-16 16:31:31 +01:00
errmsg.h
ft_global.h
hash.h
heap.h
help_end.h
help_start.h
keycache.h
m_ctype.h Merge mysql.com:/home/gluh/MySQL/Merge/4.1 2006-10-05 16:38:21 +05:00
m_string.h
Makefile.am Merge mysql.com:/home/kent/bk/tmp/mysql-4.0 2007-03-12 13:15:11 +01:00
md5.h
merge.h
my_aes.h
my_alarm.h
my_alloc.h
my_base.h
my_bitmap.h
my_dbug.h Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT 2006-10-12 20:15:56 +02:00
my_dir.h
my_getopt.h
my_global.h Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?) 2007-06-22 17:12:40 +05:00
my_handler.h
my_list.h
my_net.h
my_no_pthread.h
my_nosys.h
my_pthread.h After merge fix 2007-02-02 10:01:44 +01:00
my_sys.h Addition to fix for 2007-05-17 12:43:52 +05:00
my_time.h Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 2006-11-10 15:05:38 +03:00
my_tree.h
my_xml.h
myisam.h Bug#8283 - OPTIMIZE TABLE causes data loss 2006-10-09 19:26:55 +02:00
myisammrg.h
myisampack.h
mysql.h Merge bk@192.168.21.1:mysql-4.1 2006-11-16 20:44:37 +04:00
mysql_com.h Patch for bug#21432 is reverted 2006-09-27 17:49:16 +05:00
mysql_embed.h
mysql_h.ic ABI fix 2006-11-17 14:30:08 +04:00
mysql_time.h
mysql_version.h.in
mysqld_error.h
mysys_err.h
nisam.h
queues.h
raid.h
rijndael.h
sha1.h
sql_common.h
sql_state.h
sslopt-case.h
sslopt-longopts.h
sslopt-vars.h
t_ctype.h
thr_alarm.h After merge fix 2007-02-02 10:01:44 +01:00
thr_lock.h
typelib.h
violite.h BUG#9678: Client library hangs after network communication failure 2006-09-18 22:02:06 +04:00