mariadb/include/mysql
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
..
psi Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
auth_dialog_client.h
client_plugin.h
client_plugin.h.pp MDEV-8052 abi detection incorrect with clang 2015-06-03 09:54:56 +02:00
plugin.h Fixed wrong counting of global Memory_used 2016-04-28 13:39:55 +03:00
plugin_audit.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
plugin_audit.h.pp Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2 2016-04-28 16:59:33 +03:00
plugin_auth.h MDEV-9618 solaris sparc build fails on 10.1. 2016-05-04 11:42:39 +04:00
plugin_auth.h.pp Fixed wrong counting of global Memory_used 2016-04-28 13:39:55 +03:00
plugin_auth_common.h 10.0-monty merge 2013-07-21 16:39:19 +02:00
plugin_encryption.h MDEV-9618 solaris sparc build fails on 10.1. 2016-05-04 11:42:39 +04:00
plugin_encryption.h.pp Fixed wrong counting of global Memory_used 2016-04-28 13:39:55 +03:00
plugin_ftparser.h MDEV-9618 solaris sparc build fails on 10.1. 2016-05-04 11:42:39 +04:00
plugin_ftparser.h.pp Fixed wrong counting of global Memory_used 2016-04-28 13:39:55 +03:00
plugin_password_validation.h MDEV-9618 solaris sparc build fails on 10.1. 2016-05-04 11:42:39 +04:00
plugin_password_validation.h.pp Fixed wrong counting of global Memory_used 2016-04-28 13:39:55 +03:00
service_debug_sync.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
service_encryption.h MDEV-8973 Build failure on missing alloca.h 2015-11-16 07:55:55 +01:00
service_encryption_scheme.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00
service_kill_statement.h
service_logger.h MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
service_md5.h use MD5 service in innodb/xtradb 2014-10-01 23:38:28 +02:00
service_my_snprintf.h document %M format 2015-12-19 13:59:29 +01:00
service_progress_report.h Update AskMonty and Atlassian references to MariaDB 2016-03-08 15:24:01 +02:00
service_sha1.h copy-paste bug in service_sha1.h 2015-04-08 10:58:49 +02:00
service_thd_alloc.h small cleanup 2015-04-08 10:58:49 +02:00
service_thd_autoinc.h MroongaSE: addint thd_autoinc and thd_error_context plugin services 2013-12-12 19:18:49 +04:00
service_thd_error_context.h MroongaSE: addint thd_autoinc and thd_error_context plugin services 2013-12-12 19:18:49 +04:00
service_thd_specifics.h MDEV-6712 THD specifics for plugins 2014-12-04 10:41:55 +01:00
service_thd_timezone.h Fixing the problem with my_bool_t defined two times. 2013-06-03 11:57:34 +04:00
service_thd_wait.h MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions 2013-02-19 20:44:33 +01:00
service_wsrep.h Fix to ensure updates in gtid_slave_state table do not get binlogged. 2016-02-24 23:32:37 -05:00
services.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00