mariadb/storage
monty@mysql.com/narttu.mysql.fi 3a35c30027 Fixed compiler warnings (Mostly VC++):
- Removed not used variables
- Changed some ulong parameters/variables to ulonglong (possible serious bug)
- Added casts to get rid of safe assignment from longlong to long (and similar)
- Added casts to function parameters
- Fixed signed/unsigned compares
- Added some constructores to structures
- Removed some not portable constructs

Better fix for bug Bug #21428 "skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
(Added new parameter to net_clear() to define when we want the communication buffer to be emptied)
2006-11-30 03:40:42 +02:00
..
archive Fixed compiler warnings (Mostly VC++): 2006-11-30 03:40:42 +02:00
blackhole Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge 2006-10-18 18:51:39 +10:00
csv Fixed compiler warnings (Mostly VC++): 2006-11-30 03:40:42 +02:00
example Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge 2006-10-18 18:51:39 +10:00
federated Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
heap Merge mysql.com:/home/my/mysql-5.0 2006-11-29 23:07:15 +02:00
innobase Removed compiler warnings 2006-11-27 18:16:08 +02:00
myisam Fixed compiler warnings (Mostly VC++): 2006-11-30 03:40:42 +02:00
myisammrg Removed compiler warnings 2006-11-27 18:16:08 +02:00
ndb Fixed compiler warnings (Mostly VC++): 2006-11-30 03:40:42 +02:00
Makefile.am fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00