mariadb/storage/innobase
unknown c1477a3f20 Removed compiler warnings
Ensure that my_size_t is always unsigned (to get predictiable results from system to system)
Removed some %lld, as these are not portable


BUILD/FINISH.sh:
  Remove configure files from storage engines (as some of them may be old versions and may cause conflicts)
client/mysqldump.c:
  Removed compiler warning
client/mysqlslap.c:
  Removed compiler warning
client/mysqltest.c:
  Removed compiler warning
cmd-line-utils/readline/bind.c:
  Removed compiler warning
cmd-line-utils/readline/histfile.c:
  Removed compiler warning
include/my_global.h:
  Ensure that my_size_t is always unsigned (to get predictiable results from system to system)
  Moved my_offset_t here from parse_file.h
sql/event_data_objects.cc:
  Removed compiler warning
sql/event_scheduler.cc:
  Removed compiler warning
sql/field.h:
  Removed compiler warning
sql/ha_ndbcluster_binlog.cc:
  Removed compiler warning
sql/ha_partition.cc:
  Removed compiler warning
sql/item_strfunc.cc:
  Removed compiler warning
sql/log_event.cc:
  Removed compiler warning
sql/mysqld.cc:
  Removed compiler warning
sql/parse_file.h:
  Moved my_offset_t to my_global.h
sql/rpl_utility.cc:
  Removed compiler warning
sql/sql_binlog.cc:
  Removed compiler warning
sql/sql_cache.cc:
  Removed compiler warning
sql/tztime.cc:
  Removed compiler warning
storage/archive/ha_archive.cc:
  Removed compiler warning
  Removed %lld as it's not portable
storage/heap/hp_write.c:
  Removed compiler warning
storage/innobase/os/os0file.c:
  Removed compiler warning
storage/myisam/myisampack.c:
  Removed compiler warning
storage/myisammrg/myrg_rkey.c:
  Removed compiler warning
storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
  Use my_offsetof instead of offsetof to get rid of compiler warnings
storage/ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp:
  Removed compiler warning
storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
  Removed compiler warning
  Note: Someone from NDB team should check this fix!
storage/ndb/src/kernel/vm/Rope.cpp:
  Removed compiler warning
storage/ndb/src/mgmapi/mgmapi.cpp:
  Removed compiler warning
storage/ndb/src/ndbapi/Ndb.cpp:
  Removed compiler warning
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
  Removed compiler warning
storage/ndb/src/ndbapi/NdbScanOperation.cpp:
  Removed compiler warning
storage/ndb/src/ndbapi/NdbTransaction.cpp:
  Removed compiler warning
storage/ndb/src/ndbapi/Ndblist.cpp:
  Removed compiler warning
2006-11-27 18:16:08 +02:00
..
btr Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
buf Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
data Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
dict Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
dyn Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
eval Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
fil Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
fsp Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
fut Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
ha Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
handler Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
ibuf Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
include Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
lock Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
log Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
mach Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
mem Apply InnoDB snapshot ss923 2006-10-20 12:36:15 -06:00
mtr Apply InnoDB snapshot ss923 2006-10-20 12:36:15 -06:00
os Removed compiler warnings 2006-11-27 18:16:08 +02:00
page Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
pars Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
que Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
read Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
rem Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
row Applied innodb-5.1-ss1004 2006-11-09 05:01:19 +01:00
srv Merge mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint-gca 2006-09-27 17:20:45 -04:00
sync Apply InnoDB snapshot ss923 2006-10-20 12:36:15 -06:00
thr Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
trx Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
usr Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
ut Applied InnoDB snapshot 5.1-ss927 2006-10-20 13:44:49 -06:00
CMakeLists.txt Warning fixes for Windows, and an include fix for Windows for Innodb. 2006-09-07 16:17:16 -07:00
Makefile.am Bug#22417 2006-09-18 19:31:08 -07:00
plug.in bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00