MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
Yoni Fogel 6ccb067147 Addresses #1032
Standardize unsigned ints:
uint8_t -> u_int8_t
uint32_t -> u_int32_t
uint64_t ->u_int64_t
Windows seems to differentiate between the two, linux does not.

git-svn-id: file:///svn/tokudb@5239 c7de825b-a66e-492c-adef-691d508d4ae1
2008-07-21 18:00:38 +00:00
bdb-examples Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
buildheader Addresses #993 2008-07-16 22:23:29 +00:00
cxx Cleanup test dirs when doing make clean. Fixes #1028. 2008-07-18 12:34:24 +00:00
db-benchmark-test Cleanup test dirs when doing make clean. Fixes #1028. 2008-07-18 12:34:24 +00:00
db-benchmark-test-cxx Finish up the pretty output. Fixes #811. 2008-05-13 02:35:50 +00:00
include Addresses #993 2008-07-16 22:23:29 +00:00
loadsome Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
man set_lg_max is ipmlemented, tested, and documented. Fixes #79. 2008-03-08 13:02:32 +00:00
newbrt Addresses #1032 2008-07-21 18:00:38 +00:00
pma Rename 2007-07-13 19:37:47 +00:00
src Addresses #1032 2008-07-21 18:00:38 +00:00
src-bdbwrap Do subtransactions properly (without an fsync) 2007-10-19 17:05:10 +00:00
utils Addresses #1032 2008-07-21 18:00:38 +00:00
install.bash Make the install script a little more robust. Addresses #558. 2008-03-24 20:36:51 +00:00
Makefile Remove memory leak. Fixes #1027. 2008-07-18 18:54:17 +00:00
Makefile.include Makefile hacking. Addreseses #782. 2008-05-08 07:06:06 +00:00
Makefile.new Makefile hacking. Addreseses #782. 2008-05-08 07:06:06 +00:00