mariadb/client
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
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h [MDEV-10570] Add Flashback support 2017-01-20 15:33:28 +02:00
CMakeLists.txt After-review changes 2016-09-12 17:51:50 +02:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
mysql_plugin.c MDEV-9293 - Use MariaDB's Connector/C in server 2016-08-25 16:27:57 +02:00
mysql_upgrade.c Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
mysqladmin.cc Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
mysqlbinlog.cc mysqlbinlog memory leaks 2017-01-28 18:04:51 +01:00
mysqlcheck.c Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
mysqldump.c Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
mysqlimport.c Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
mysqlshow.c MDEV-9293 - Use MariaDB's Connector/C in server 2016-08-25 16:27:57 +02:00
mysqlslap.c Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
mysqltest.cc Fixed issues found by buildbot 2017-01-11 09:18:35 +02:00
readline.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00