mariadb/storage/maria/unittest
unknown 788b95bc72 Fixes for bugs (my_atomic and Maria log handler) observed on
Solaris 10 Sparc 64bit.


include/my_atomic.h:
  Prototypes in the non-inline (extern) case were wrong: they were
  missing "U_a" i.e. "volatile *". Caused a segfault in my_atomic-t
  on Solaris10 Sparc 64.
storage/maria/ma_loghandler.c:
  Move "buffer" array up in the struct, to get it aligned on long-boundary
  so that page cache can use bmove512() (it was not aligned and bmove512()
  was used, causing SIGBUS on Solaris10 Sparc 64).
storage/maria/unittest/ma_pagecache_consist.c:
  doing *(uint*)(charbuff)=something is not ok on sparc machines, we must
  use int4store/uint4korr. Fixes a SIGBUS on Solaris10 Sparc 64.
2008-02-20 16:58:43 +01:00
..
CMakeLists.txt Fixed compiler error on windows after PAGE_SIZE -> TEST_PAGE_SIZE change 2008-02-14 00:35:09 +02:00
lockman-t.c solaris fixes 2007-12-18 23:22:55 +01:00
lockman1-t.c solaris fixes 2007-12-18 23:22:55 +01:00
lockman2-t.c solaris fixes 2007-12-18 23:22:55 +01:00
ma_control_file-t.c Postmerge mac compiler warnings fixed. 2008-02-08 08:45:41 +02:00
ma_loghandler_examples.c Postmerge fix. 2007-12-15 19:16:41 +02:00
ma_maria_log_cleanup.c Pagecache callbacks support added. 2007-12-15 23:31:22 +02:00
ma_pagecache_consist.c Fixes for bugs (my_atomic and Maria log handler) observed on 2008-02-20 16:58:43 +01:00
ma_pagecache_single.c Fixed compiler warnings in a lot of files 2008-02-13 21:27:12 +02:00
ma_test_all-t Fix for Windows-specific bugs: 2008-02-02 00:01:31 +01:00
ma_test_loghandler-t.c Fix for failure of ma_test_loghandler_long-t on Windows 2008-02-19 09:25:31 +01:00
ma_test_loghandler_first_lsn-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_max_lsn-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_multigroup-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_multithread-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_noflush-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_nologs-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_loghandler_pagecache-t.c Fix for failures of ma_control_file-t, ma_test_loghandler_purge-t, 2008-02-11 14:48:03 +01:00
ma_test_loghandler_purge-t.c Compiler warnings fixed. 2008-01-30 08:01:45 +02:00
ma_test_recovery.expected Fix for Windows-specific bugs: 2008-02-02 00:01:31 +01:00
ma_test_recovery.pl Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-maria 2008-02-04 22:15:29 +01:00
Makefile.am Fixed compiler warnings in a lot of files 2008-02-13 21:27:12 +02:00
test_file.c Mac compiler warnings fixed. 2008-02-07 22:46:32 +02:00
test_file.h
trnman-t.c Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expected (by my_read/my_pread) 2007-12-04 23:23:42 +02:00