mariadb/storage/innobase/srv
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
..
srv0conc.cc Remove trx_t::has_search_latch and simplify debug code 2017-06-16 13:17:05 +03:00
srv0mon.cc Replace trx_sys_t* trx_sys with trx_sys_t trx_sys 2018-01-20 16:10:36 +04:00
srv0srv.cc MDEV-15104 - Optimise MVCC snapshot 2018-01-31 20:13:34 +04:00
srv0start.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