mariadb/unittest/sql
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 unittest: encrypted temporary IO_CACHE 2015-06-27 09:40:56 +02:00
explain_filename-t.cc fix some quoting in error messages 2016-09-16 09:54:30 +02:00
mf_iocache-t.cc 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
my_apc-t.cc Correct FSF address 2017-03-10 18:21:29 +01:00