mariadb/storage/myisam
unknown 977cd20a70 This changest:
Plugins now when compiled or not compiled work correctly with status variables. 
Status variables from plugins now set their own names (removed bit where plugin name was pre-appended this broke Innodb and Cluster)
A few Makefile cleanups. 


sql/ha_innodb.cc:
  Cleanup to make status variables directly in engine
sql/ha_ndbcluster.cc:
  Engine interface now has variables for status
sql/handler.cc:
  handler now makes sure to init status variables
sql/mysqld.cc:
  Removed status variable hacks
sql/sql_delete.cc:
  Removed include file that was not required
storage/myisam/Makefile.am:
  Cleaned up line lengths and addded additional include to not install.
storage/myisam/ha_myisam.cc:
  Removed double plugin include
2006-08-22 16:24:12 -07:00
..
ftbench Fixed warning message breakage. 2006-08-13 22:28:41 -07:00
.cvsignore
ChangeLog
CMakeLists.txt This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds. 2006-08-19 17:38:42 -07:00
ft_boolean_search.c
ft_eval.c
ft_eval.h
ft_nlq_search.c
ft_parser.c Removed warnings for Windows build issues. Edited Windows README to remove reference to BDB. 2006-08-14 14:45:48 -07:00
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h
fulltext.h
ha_myisam.cc This changest: 2006-08-22 16:24:12 -07:00
ha_myisam.h This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds. 2006-08-19 17:38:42 -07:00
make-ccc
Makefile.am This changest: 2006-08-22 16:24:12 -07:00
mi_cache.c
mi_changed.c
mi_check.c Merge chilla.local:/home/mydev/mysql-5.0-ateam 2006-07-06 13:18:00 +02:00
mi_checksum.c
mi_close.c
mi_create.c Post-merge fixes. 2006-07-27 14:12:41 +04:00
mi_dbug.c
mi_delete.c
mi_delete_all.c Removed warnings for Windows build issues. Edited Windows README to remove reference to BDB. 2006-08-14 14:45:48 -07:00
mi_delete_table.c Merge chilla.local:/home/mydev/mysql-5.0-ateam 2006-07-06 13:18:00 +02:00
mi_dynrec.c Merge chilla.local:/home/mydev/mysql-5.0-bug20719 2006-07-30 06:20:32 +02:00
mi_extra.c Fix Bug #18559 "log tables cannot change engine, and 2006-08-03 21:28:15 +04:00
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c
mi_log.c
mi_open.c Fix Bug #18559 "log tables cannot change engine, and 2006-08-03 21:28:15 +04:00
mi_packrec.c Removed warnings for Windows build issues. Edited Windows README to remove reference to BDB. 2006-08-14 14:45:48 -07:00
mi_page.c
mi_panic.c
mi_preload.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c Merge chilla.local:/home/mydev/mysql-5.0-ateam 2006-07-06 13:18:00 +02:00
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c
mi_static.c
mi_statrec.c
mi_test1.c
mi_test2.c
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c Merge zim.(none):/home/brian/mysql/dep-5.0 2006-08-14 15:24:29 -07:00
mi_write.c Fix Bug #18559 "log tables cannot change engine, and 2006-08-03 21:28:15 +04:00
myisam_ftdump.c Bug #17122: myisam_ftdump requires write access to files although only reads from them 2006-07-21 13:59:59 -07:00
myisamchk.c
myisamdef.h Fix Bug #18559 "log tables cannot change engine, and 2006-08-03 21:28:15 +04:00
myisamlog.c
myisampack.c
NEWS
plug.in Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed. 2006-08-18 21:19:19 -07:00
rt_index.c Merge chilla.local:/home/mydev/mysql-5.0-ateam 2006-07-06 13:18:00 +02:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c Merge chilla.local:/home/mydev/mysql-5.0-ateam 2006-07-06 13:18:00 +02:00
rt_mbr.h
rt_split.c
rt_test.c
sort.c Merge zim.(none):/home/brian/mysql/dep-5.0 2006-08-14 15:24:29 -07:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO