mariadb/sql-common
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
..
client.c fix the ABI and stop slave hang problem 2016-10-21 13:37:48 +02:00
client_plugin.c Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
conf_to_src.c remove libmysql/ 2016-09-12 17:51:49 +02:00
errmsg.c remove libmysql/ 2016-09-12 17:51:49 +02:00
my_time.c Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
my_user.c support DEFINER=role and DEFINER=current_role 2013-10-18 12:17:49 -07:00
mysql_async.c MDEV-10559: main.mysql_client_test_nonblock crashes in buildbot on 10.0 2016-08-16 21:23:57 +02:00
pack.c buildbot failures 2016-09-22 12:17:15 +02:00