mariadb/storage/heap
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
..
.cvsignore Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
_check.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
_rectest.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
ChangeLog Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
CMakeLists.txt fix for windows build 2006-08-24 22:10:55 -07:00
ha_heap.cc Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge 2006-10-18 18:51:39 +10:00
ha_heap.h Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge 2006-10-18 18:51:39 +10:00
heapdef.h Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_block.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_clear.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_close.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_create.c Merge april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.0 2006-05-18 18:49:52 +05:00
hp_delete.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
hp_extra.c unsigned char -> uchar 2006-06-19 12:45:34 +03:00
hp_hash.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
hp_info.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_open.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
hp_panic.c This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch). 2006-09-30 12:49:46 -07:00
hp_rename.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_rfirst.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_rkey.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
hp_rlast.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_rnext.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_rprev.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_rrnd.c Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
hp_rsame.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_scan.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_static.c Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
hp_test1.c This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch). 2006-09-30 12:49:46 -07:00
hp_test2.c This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch). 2006-09-30 12:49:46 -07:00
hp_update.c Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-15 20:07:31 +02:00
hp_write.c Removed compiler warnings 2006-11-27 18:16:08 +02:00
make-ccc Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -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