mariadb/storage/myisam
Michael Widenius a041747567 Fixed compiler warnings & failing test cases
When compiling with debug, don't clear buffer in 'net_clear()'
- This allows us to easier find bugs in the protocol and also get repeatable test failures in test cases where someone forgot to do --reap

client/mysqltest.cc:
  Fixed compiler warning
mysql-test/t/partition_innodb_semi_consistent.test:
  Added missing --reap (fixes random failure)
sql/net_serv.cc:
  When compiling with debug, don't clear buffer in 'net_clear()'
  - This allows us to easier find bugs in the protocol and also get repeatable test failures in test cases where someone forgot to do --reap
storage/myisam/ft_boolean_search.c:
  Fixed compiler warnings
storage/myisam/ft_parser.c:
  Fixed compiler warnings
storage/myisam/ft_stopwords.c:
  Fixed compiler warnings
support-files/compiler_warnings.supp:
  Added a lot of new suppression of not relevant warnings and warnings in systems we are not in charge of
unittest/mysys/waiting_threads-t.c:
  Fixed compiler warnings
2010-01-28 16:49:14 +02:00
..
ftbench
.cvsignore
ChangeLog
CMakeLists.txt Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
ft_boolean_search.c Fixed compiler warnings & failing test cases 2010-01-28 16:49:14 +02:00
ft_eval.c
ft_eval.h
ft_myisam.c Fixed some compiler warnings and errors in test suite found by buildbot 2010-01-27 23:53:08 +02:00
ft_nlq_search.c Fixed some compiler warnings and errors in test suite found by buildbot 2010-01-27 23:53:08 +02:00
ft_parser.c Fixed compiler warnings & failing test cases 2010-01-28 16:49:14 +02:00
ft_static.c
ft_stem.c
ft_stopwords.c Fixed compiler warnings & failing test cases 2010-01-28 16:49:14 +02:00
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h Fixed some compiler warnings and errors in test suite found by buildbot 2010-01-27 23:53:08 +02:00
fulltext.h
ha_myisam.cc Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes. 2009-11-30 22:37:27 +01:00
ha_myisam.h Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
make-ccc
Makefile.am Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
mi_cache.c
mi_changed.c
mi_check.c Fix for compiler warnings on windows 2010-01-14 18:51:00 +02:00
mi_checksum.c
mi_close.c Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
mi_create.c Fix for compiler warnings on windows 2010-01-14 18:51:00 +02:00
mi_dbug.c
mi_delete.c Merge MySQL 5.1.39 into MariaDB 5.1. 2009-10-15 23:38:29 +02:00
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c Merge MySQL 5.1.39 into MariaDB 5.1. 2009-10-15 23:38:29 +02:00
mi_extra.c Don't call _ma_decrement_open_count() for ma_extra(HA_EXTRA_PREPARE_FOR_DROP). 2009-10-06 09:13:56 +03:00
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c BUG#39249 Maria:query cache returns out of date results 2009-10-06 09:57:22 +03:00
mi_log.c
mi_open.c Merge MySQL 5.1.39 into MariaDB 5.1. 2009-10-15 23:38:29 +02:00
mi_packrec.c Merge MySQL 5.1.39 into MariaDB 5.1. 2009-10-15 23:38:29 +02:00
mi_page.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
mi_panic.c
mi_preload.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
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 Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
mi_static.c
mi_statrec.c
mi_test1.c
mi_test2.c
mi_test3.c Removed compiler warnings 2010-01-06 23:27:53 +02:00
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c Merge MySQL 5.1.39 into MariaDB 5.1. 2009-10-15 23:38:29 +02:00
mi_write.c Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
myisam_ftdump.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
myisamchk.c Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes. 2009-11-30 22:37:27 +01:00
myisamdef.h Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
myisamlog.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
myisampack.c
NEWS
plug.in
rt_index.c Merged with mysql-5.1 tree. 2009-04-25 13:05:32 +03:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c
rt_test.c
sort.c Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes. 2009-11-30 22:37:27 +01:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO