mariadb/storage/maria/unittest
Vladislav Vaintroub 6c279ad6a7 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data)
Handle string length as size_t, consistently (almost always:))
Change function prototypes to accept size_t, where in the past
ulong or uint were used. change local/member variables to size_t
when appropriate.

This fix excludes rocksdb, spider,spider, sphinx and connect for now.
2018-02-06 12:55:58 +00:00
..
CMakeLists.txt
lockman-t.c
lockman1-t.c
lockman2-t.c
ma_control_file-t.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_loghandler_examples.c
ma_maria_log_cleanup.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_pagecache_consist.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_pagecache_rwconsist.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_pagecache_rwconsist2.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_pagecache_single.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_test_all-t
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 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
ma_test_recovery.expected
ma_test_recovery.pl
sequence_storage.c
sequence_storage.h
test_file.c
test_file.h
trnman-t.c