mariadb/extra
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
..
crc32-vpmsum crc32-vpmsum: Restore non volatile registers on zero length CRC 2016-08-05 11:50:46 +04:00
readline Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
yassl Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
charset2html.c
CMakeLists.txt Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
comp_err.c fix build and some warnings 2016-11-24 17:36:02 +03:00
innochecksum.cc MDEV-10942: innodb_zip.innochecksum_3, innodb_zip.innochecksum_2 2017-01-25 08:54:02 +02:00
my_print_defaults.c Minor cleanups, fix compiler warnings 2014-08-09 13:22:01 +03:00
mysql_waitpid.c MDEV-8012: Wrong exit code when asking for help 2016-06-12 22:47:18 +03:00
mysqld_safe_helper.c Numerous issues in mysqld_safe 2016-12-22 12:25:10 +01:00
perror.c Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
replace.c mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
resolve_stack_dump.c
resolveip.c