mariadb/storage/maria/unittest
Michael Widenius 07b5d554ee - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing
- Fixed mysql-test-run failures on window
- Fixed compiler warnings from my last push (sorry about that)
- Fixed that maria_chk --repair --extended works again
- Fixed compiler warnings about using not unitialized data

mysql-test/mysql-test-run.pl:
  Better output
mysql-test/suite/parts/inc/partition_check_drop.inc:
  Use remove_files_wildcard instead of rm
mysys/safemalloc.c:
  Fixed argument to printf
storage/maria/ma_cache.c:
  Don't give errors when running maria_chk
storage/maria/ma_dynrec.c:
  Don't give errors when running maria_chk
storage/maria/ma_rt_test.c:
  Added option --datadir for where to put logs and test data
storage/maria/ma_test1.c:
  Added option --datadir for where to put logs and test data
storage/maria/ma_test2.c:
  Added option --datadir for where to put logs and test data
storage/maria/maria_chk.c:
  If --datadir is used but --logdir is not, set --logdir from --datadir
  (this reflects how --help said how things should work)
storage/maria/maria_read_log.c:
  Changed short option for 'maria-log-dir-path' from -l to -h to be same as mysqld, maria_chk, ma_test1 etc..
storage/maria/unittest/ma_test_all-t:
  Allow one to specify --tmpdir for where to store logs and data
storage/xtradb/buf/buf0buf.c:
  Fixed compiler warnings about using not unitialized data
storage/xtradb/row/row0upd.c:
  Fixed compiler warnings about using not unitialized data
storage/xtradb/srv/srv0srv.c:
  Fixed compiler warnings about using not unitialized data
2011-02-25 14:55:40 +02:00
..
CMakeLists.txt
lockman-t.c
lockman1-t.c
lockman2-t.c
ma_control_file-t.c
ma_loghandler_examples.c
ma_maria_log_cleanup.c
ma_pagecache_consist.c
ma_pagecache_rwconsist.c
ma_pagecache_rwconsist2.c
ma_pagecache_single.c
ma_test_all-t - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing 2011-02-25 14:55:40 +02:00
ma_test_loghandler-t.c
ma_test_loghandler_first_lsn-t.c
ma_test_loghandler_max_lsn-t.c
ma_test_loghandler_multigroup-t.c
ma_test_loghandler_multithread-t.c
ma_test_loghandler_noflush-t.c
ma_test_loghandler_nologs-t.c
ma_test_loghandler_pagecache-t.c
ma_test_loghandler_purge-t.c
ma_test_recovery.expected
ma_test_recovery.pl
Makefile.am
sequence_storage.c
sequence_storage.h
test_file.c
test_file.h
trnman-t.c