~drizzle-trunk/drizzle/development

  • Committer: Brian Aker
  • Date: 2008-12-03 22:33:50 UTC
  • mfrom: (641.3.4 devel)
  • Revision ID: brian@tangent.org-20081203223350-vyckv6v4vphpogpy
Import of upated Innodb Engine
Filename Latest Rev Last Changed Committer Comment Size
..
ChangeLog 1 16 years ago brian clean slate 4.9 KB Diff Download File
ha_myisam.cc 598 15 years ago Brian Aker Removed mutex which are myisam from global to just 56.9 KB Diff Download File
ha_myisam.h 629.4.1 15 years ago Monty Taylor First step in support size_t sys_var stuff. 6.4 KB Diff Download File
keycache.h 482 16 years ago Brian Aker Remove uint. 7.3 KB Diff Download File
Makefile.am 598.1.1 15 years ago Super-User Fixed solaris build crap. 2 KB Diff Download File
mf_keycache.c 511.2.7 16 years ago Monty Taylor We pass -Wunused-macros now! 136 KB Diff Download File
mf_keycaches.c 520.8.3 16 years ago Monty Taylor Moved hash back to mysys. Took out more common_in 8.4 KB Diff Download File
mi_cache.c 482 16 years ago Brian Aker Remove uint. 3.3 KB Diff Download File
mi_changed.c 398.1.10 16 years ago Monty Taylor Actually removed VOID() this time. 1 KB Diff Download File
mi_check.c 612.2.13 15 years ago Monty Taylor Work on removing global.h from headers that should 132 KB Diff Download File
mi_checksum.c 482 16 years ago Brian Aker Remove uint. 1.7 KB Diff Download File
mi_close.c 481 16 years ago Brian Aker Remove all of uchar. 3.1 KB Diff Download File
mi_create.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 23.7 KB Diff Download File
mi_delete.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 23.9 KB Diff Download File
mi_delete_all.c 482 16 years ago Brian Aker Remove uint. 2.1 KB Diff Download File
mi_delete_table.c 590.1.7 15 years ago Stewart Smith remove mysql_frm_type and fix engines to return co 1 KB Diff Download File
mi_dynrec.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 54.1 KB Diff Download File
mi_extra.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 12.7 KB Diff Download File
mi_info.c 482 16 years ago Brian Aker Remove uint. 3.9 KB Diff Download File
mi_key.c 482 16 years ago Brian Aker Remove uint. 14.8 KB Diff Download File
mi_keycache.c 481 16 years ago Brian Aker Remove all of uchar. 4.9 KB Diff Download File
mi_locking.c 492.1.7 16 years ago Monty Taylor Moved test() to its own file. Made a new function 13.5 KB Diff Download File
mi_open.c 612.2.13 15 years ago Monty Taylor Work on removing global.h from headers that should 36.7 KB Diff Download File
mi_page.c 482 16 years ago Brian Aker Remove uint. 4.1 KB Diff Download File
mi_panic.c 304 16 years ago Brian Aker ulong cleanup, remove log code from myisam. 3.4 KB Diff Download File
mi_preload.c 492.1.7 16 years ago Monty Taylor Moved test() to its own file. Made a new function 3.3 KB Diff Download File
mi_range.c 482 16 years ago Brian Aker Remove uint. 7.9 KB Diff Download File
mi_rename.c 51.1.109 16 years ago Jay Pipes Removed/replaced DBUG 1.2 KB Diff Download File
mi_reportnone.c 482 16 years ago Brian Aker Remove uint. 992 bytes Diff Download File
mi_rfirst.c 481 16 years ago Brian Aker Remove all of uchar. 956 bytes Diff Download File
mi_rkey.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 6.7 KB Diff Download File
mi_rlast.c 481 16 years ago Brian Aker Remove all of uchar. 969 bytes Diff Download File
mi_rnext.c 482 16 years ago Brian Aker Remove uint. 3.3 KB Diff Download File
mi_rnext_same.c 482 16 years ago Brian Aker Remove uint. 2.9 KB Diff Download File
mi_rprev.c 482 16 years ago Brian Aker Remove uint. 2.7 KB Diff Download File
mi_rrnd.c 481 16 years ago Brian Aker Remove all of uchar. 1.8 KB Diff Download File
mi_rsame.c 492.1.7 16 years ago Monty Taylor Moved test() to its own file. Made a new function 2 KB Diff Download File
mi_rsamepos.c 492.1.7 16 years ago Monty Taylor Moved test() to its own file. Made a new function 1.7 KB Diff Download File
mi_scan.c 481 16 years ago Brian Aker Remove all of uchar. 1.4 KB Diff Download File
mi_search.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 55 KB Diff Download File
mi_static.c 482 16 years ago Brian Aker Remove uint. 2 KB Diff Download File
mi_statrec.c 482 16 years ago Brian Aker Remove uint. 7.9 KB Diff Download File
mi_unique.c 482 16 years ago Brian Aker Remove uint. 6.6 KB Diff Download File
mi_update.c 492.1.7 16 years ago Monty Taylor Moved test() to its own file. Made a new function 5.8 KB Diff Download File
mi_write.c 629.3.4 15 years ago Kristian Nielsen Take Mats'es changes from bmove()->memcpy(), and f 26.5 KB Diff Download File
my_handler.c 612.2.4 15 years ago Monty Taylor Moved some defines to config.h. Stopped including 16.7 KB Diff Download File
my_handler.h 612.2.13 15 years ago Monty Taylor Work on removing global.h from headers that should 4.4 KB Diff Download File
my_handler_errors.c 612.2.13 15 years ago Monty Taylor Work on removing global.h from headers that should 6.8 KB Diff Download File
my_pread.c 482 16 years ago Brian Aker Remove uint. 4.3 KB Diff Download File
myisam.h 548 16 years ago Monty Taylor Moved my_handler to myisam, which is where it actu 18.9 KB Diff Download File
myisamchk.cc 598.1.1 15 years ago Super-User Fixed solaris build crap. 57.8 KB Diff Download File
myisamdef.h 629.4.1 15 years ago Monty Taylor First step in support size_t sys_var stuff. 33.3 KB Diff Download File
myisampack.h 575.1.6 15 years ago Monty Taylor Cleaned up some headers for PCH. 15.3 KB Diff Download File
NEWS 1 16 years ago brian clean slate 3.3 KB Diff Download File
plug.in 319.1.1 16 years ago Grant Limberg renamed all instances of MYSQL_ to DRIZZLE_ 329 bytes Diff Download File
sort.c 629.4.1 15 years ago Monty Taylor First step in support size_t sys_var stuff. 30.4 KB Diff Download File
TODO 1 16 years ago brian clean slate 246 bytes Diff Download File