mariadb/mysys_ssl
Marko Mäkelä 89d80c1b0b Fix many -Wconversion warnings.
Define my_thread_id as an unsigned type, to avoid mismatch with
ulonglong.  Change some parameters to this type.

Use size_t in a few more places.

Declare many flag constants as unsigned to avoid sign mismatch
when shifting bits or applying the unary ~ operator.

When applying the unary ~ operator to enum constants, explictly
cast the result to an unsigned type, because enum constants can
be treated as signed.

In InnoDB, change the source code line number parameters from
ulint to unsigned type. Also, make some InnoDB functions return
a narrower type (unsigned or uint32_t instead of ulint;
bool instead of ibool).
2017-03-07 19:07:27 +02:00
..
CMakeLists.txt remove now-empty my_aes.{h,cc} 2015-04-09 18:42:44 +02:00
my_crypt.cc Fix for MDEV-11174: 2017-02-01 12:14:37 +01:00
my_md5.cc Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
my_rnd.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
my_sha1.cc extend SHA1 service. cleanup of sha1 wrappers 2014-10-01 23:38:28 +02:00
my_sha2.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
yassl.cc Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00