mariadb/storage/maria
unknown 95420b947e fix for non-debug compilation errors.
Note that non-debug build fails in log handler functions, mail sent.


storage/maria/ma_blockrec.c:
  fix for compiler warning
storage/maria/ma_checkpoint.c:
  Debug build does not catch this situation
  static int f();
  ...
  f(2);
  ...
  static int f(int a, int b);
  Maybe this is because it believes the declaration is K&R. Non-debug
  build catches it. Adding (void) as an habit to avoid such errors.
storage/maria/ma_checkpoint.h:
  adding (void)
storage/maria/ma_recovery.c:
  adding (void)
storage/maria/ma_recovery.h:
  adding (void)
2007-09-20 16:11:46 +02:00
..
unittest Fixes of the empty log problem. 2007-09-13 10:37:51 +03:00
CMakeLists.txt
ft_maria.c
ha_maria.cc WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ha_maria.h
lockman.c
lockman.h
ma_bitmap.c - speed optimization: 2007-09-06 16:53:26 +02:00
ma_blockrec.c fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
ma_blockrec.h Fixed some bugs when using undo of VARCHAR fields 2007-09-11 01:58:15 +03:00
ma_cache.c
ma_changed.c
ma_check.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_checkpoint.c fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
ma_checkpoint.h fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
ma_checksum.c Added applying of undo for updates 2007-09-09 19:15:10 +03:00
ma_close.c - WL#3072 Maria Recovery: 2007-09-07 15:02:30 +02:00
ma_commit.c cleanups 2007-08-29 17:28:44 +02:00
ma_commit.h
ma_control_file.c
ma_control_file.h
ma_create.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_dbug.c
ma_delete.c - WL#3072 Maria Recovery: 2007-09-07 15:02:30 +02:00
ma_delete_all.c - WL#3072 Maria Recovery: 2007-09-07 15:02:30 +02:00
ma_delete_table.c
ma_dynrec.c Added applying of undo for updates 2007-09-09 19:15:10 +03:00
ma_extra.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_ft_boolean_search.c
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c
ma_ft_parser.c
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c
ma_ftdefs.h
ma_fulltext.h
ma_info.c
ma_init.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_key.c
ma_keycache.c
ma_locking.c Merge bk-internal.mysql.com:/home/bk/mysql-maria 2007-09-09 19:22:20 +03:00
ma_loghandler.c Fixes problem with getting not LSN address gotten from 2007-09-14 15:01:44 +03:00
ma_loghandler.h Fixes problem with getting not LSN address gotten from 2007-09-14 15:01:44 +03:00
ma_loghandler_lsn.h Fixes of the empty log problem. 2007-09-13 10:37:51 +03:00
ma_open.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_packrec.c Added applying of undo for updates 2007-09-09 19:15:10 +03:00
ma_page.c
ma_pagecache.c Fixes of the empty log problem. 2007-09-13 10:37:51 +03:00
ma_pagecache.h WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_pagecaches.c
ma_panic.c
ma_preload.c
ma_range.c
ma_recovery.c fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
ma_recovery.h fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
ma_rename.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_rfirst.c
ma_rkey.c
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
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
ma_sort.c
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_static.c
ma_statrec.c Added applying of undo for updates 2007-09-09 19:15:10 +03:00
ma_test1.c WL#3072 Maria recovery 2007-09-11 11:11:22 +02:00
ma_test2.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_test3.c
ma_test_all.res
ma_test_all.sh Generalized the way update and redo extends the size of a directory record. 2007-08-31 10:19:54 +03:00
ma_test_recovery WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_test_recovery.expected WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
ma_unique.c
ma_update.c
ma_write.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
Makefile.am WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
maria_chk.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
maria_def.h WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
maria_ftdump.c
maria_pack.c - WL#3072 Maria Recovery: 2007-09-07 15:02:30 +02:00
maria_read_log.c WL#3072 Maria Recovery 2007-09-15 14:45:26 +02:00
maria_rename.sh
plug.in enable --with-maria-storage-engine 2007-09-07 19:45:33 +02:00
tablockman.c
tablockman.h
test_pack
trnman.c WL#3071 Maria checkpoint 2007-09-12 11:27:34 +02:00
trnman.h
trnman_public.h WL#3072 - Maria Recovery 2007-09-07 15:52:25 +02:00