mariadb/storage/maria
Michael Widenius 1fec5af772 Fixed compiler warnings and sporadic failures in test cases
mysql-test/extra/rpl_tests/rpl_tmp_table_and_DDL.test:
  Added missing sync_slave_with_master; Fixes random failures
mysql-test/include/default_mysqld.cnf:
  default-character-set -> character-set-server (removes warning in error files for usage of deprecated options)
mysql-test/lib/My/SafeProcess/safe_process.cc:
  Fixed compiler warning
mysql-test/lib/v1/mysql-test-run.pl:
  default-character-set -> character-set-server (removes warning in error files for usage of deprecated options)
mysql-test/suite/rpl/r/rpl_do_grant.result:
  Updated test results
mysql-test/suite/rpl/t/rpl_do_grant.test:
  Added missing sync_slave_with_master; Fixes random failures
  Had to explictely do stop slave before DROP USER to avoid failure on slave as the user is already dropped on slave.
mysql-test/suite/rpl/t/rpl_name_const.test:
  Added missing sync_slave_with_master; Fixes random failures
mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test:
  Added missing sync_slave_with_master; Fixes random failures
mysql-test/t/bug47671-master.opt:
  default-character-set -> character-set-server (removes warning in error files for usage of deprecated options)
mysql-test/t/ctype_latin1_de-master.opt:
  default-character-set -> character-set-server (removes warning in error files for usage of deprecated options)
mysql-test/t/ctype_ucs2_def-master.opt:
  default-character-set -> character-set-server (removes warning in error files for usage of deprecated options)
sql-common/client.c:
  Fixed compiler warning
sql/item.cc:
  Renamed function to remove compiler warnings (with gcc)
sql/item.h:
  Renamed function to remove compiler warnings (with gcc)
sql/item_cmpfunc.cc:
  Renamed function to remove compiler warnings (with gcc)
sql/item_create.cc:
  Renamed function to remove compiler warnings (with gcc)
sql/item_create.h:
  Renamed function to remove compiler warnings (with gcc)
sql/item_sum.cc:
  Renamed function to remove compiler warnings (with gcc)
sql/item_sum.h:
  Renamed function to remove compiler warnings (with gcc)
sql/set_var.cc:
  Don't use bit_do_set() / bot_is_set() / bit_do_clear() as this generates compiler warnings
  (They are also of no use as we know the value can hold the bits)
sql/sql_yacc.yy:
  Renamed function to remove compiler warnings (with gcc)
storage/example/ha_example.h:
  Fixed old read_time() prototype
storage/maria/ma_search.c:
  Added extra variables to remove compiler warnings
storage/maria/maria_def.h:
  Added extra variables to remove compiler warnings
storage/myisam/ft_stopwords.c:
  Added cast to get rid of compiler warning
storage/xtradb/fil/fil0fil.c:
  Added cast to get rid of compiler warning
storage/xtradb/include/page0page.h:
  Added const to get rid of compiler warning
storage/xtradb/include/page0page.ic:
  Added const to get rid of compiler warning
support-files/compiler_warnings.supp:
  Added suppression of strict-aliasing
2010-03-28 21:10:00 +03:00
..
unittest Fixed compiler warning message 2009-10-26 13:35:42 +02:00
CMakeLists.txt Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-merge 2009-09-15 14:46:35 +04:00
file_formats.txt
ft_maria.c Fixed some compiler warnings and errors in test suite found by buildbot 2010-01-27 23:53:08 +02:00
ha_maria.cc Fix for LPBUG#516148 Test maria.maria3 fails when --without-maria-tmp-tables is set 2010-02-12 16:21:13 +02:00
ha_maria.h
lockman.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
lockman.h
ma_bitmap.c
ma_blockrec.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_blockrec.h
ma_cache.c
ma_changed.c
ma_check.c Fix for compiler warnings on windows 2010-01-14 18:51:00 +02:00
ma_check_standalone.h Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
ma_checkpoint.c
ma_checkpoint.h
ma_checksum.c
ma_close.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_commit.c
ma_commit.h
ma_control_file.c
ma_control_file.h
ma_create.c Fix for compiler warnings on windows 2010-01-14 18:51:00 +02:00
ma_dbug.c
ma_delete.c Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
ma_delete_all.c
ma_delete_table.c
ma_dynrec.c
ma_extra.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_ft_boolean_search.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_ft_parser.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c
ma_ftdefs.h Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_fulltext.h
ma_info.c
ma_init.c
ma_key.c
ma_key_recover.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_key_recover.h Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
ma_keycache.c
ma_locking.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_loghandler.c Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
ma_loghandler.h
ma_loghandler_lsn.h
ma_open.c Changed default thread stack to 288K to get better memory missalignment between stacks of different threads (should speed up things) and to get a bit extra safety. 2009-06-30 15:01:29 +03:00
ma_packrec.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_page.c Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
ma_pagecache.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_pagecache.h
ma_pagecaches.c
ma_pagecrc.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_panic.c
ma_preload.c
ma_range.c
ma_recovery.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_recovery.h
ma_recovery_util.c
ma_recovery_util.h
ma_rename.c
ma_rfirst.c
ma_rkey.c Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
ma_rlast.c
ma_rnext.c
ma_rnext_same.c
ma_rprev.c
ma_rrnd.c
ma_rsame.c
ma_rsamepos.c
ma_rt_index.c Post-merge fixes 2009-09-15 15:22:39 +04:00
ma_rt_index.h
ma_rt_key.c
ma_rt_key.h
ma_rt_mbr.c
ma_rt_mbr.h
ma_rt_split.c
ma_rt_test.c
ma_scan.c
ma_search.c Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
ma_sort.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_state.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
ma_state.h
ma_static.c
ma_statrec.c
ma_test1.c
ma_test2.c
ma_test3.c Removed compiler warnings 2010-01-06 23:27:53 +02:00
ma_test_all.res
ma_test_all.sh
ma_test_big.sh
ma_test_force_start.pl Fix for BUG#42180 "Maria: maria-recovery-bitmap.test fails repeatedly" 2009-03-05 14:46:45 +01:00
ma_test_recovery
ma_unique.c
ma_update.c
ma_write.c Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
Makefile.am Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
maria_chk.c bzr merge from guilhem's maria tree to our local 5.1 2009-04-25 12:04:38 +03:00
maria_def.h Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
maria_ftdump.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
maria_pack.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
maria_read_log.c
maria_rename.sh
plug.in Merge fixes. 2009-05-12 09:44:01 +03:00
tablockman.c
tablockman.h
test_pack
trnman.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
trnman.h
trnman_public.h