mariadb/storage/spider
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
..
hs_client MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
mysql-test/spider Mark spider tests big 2016-11-17 17:36:06 +04:00
scripts MDEV-5499 install_spider.sql tries to create tables with DEFAULT clause for TEXT columns 2014-02-06 16:25:40 +01:00
CMakeLists.txt MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file 2016-10-27 18:42:16 +03:00
configure.in MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
ha_spider.cc misc after-merge changes: 2016-09-10 16:04:44 +02:00
ha_spider.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
Makefile.am MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_conn.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
spd_conn.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_copy_tables.cc MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11" 2016-03-21 11:55:03 +01:00
spd_copy_tables.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_db_conn.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
spd_db_conn.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_db_handlersocket.cc merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_db_handlersocket.h merge Spider 3.2.4 2014-06-08 19:52:11 +09:00
spd_db_include.h Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
spd_db_mysql.cc Merge branch '10.2' into bb-10.2-mdev9543 2016-03-28 22:18:38 +03:00
spd_db_mysql.h merge Spider 3.2.4 2014-06-08 19:52:11 +09:00
spd_db_oracle.cc Merge branch 'kentoku/10.0' into 10.0 2015-12-13 23:55:20 +01:00
spd_db_oracle.h merge Spider 3.2.4 2014-06-08 19:52:11 +09:00
spd_direct_sql.cc MDEV-5535: Cannot reopen temporary table 2016-06-10 18:39:43 -04:00
spd_direct_sql.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_err.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_i_s.cc Merge Spider 3.2.18 2015-02-20 00:41:26 +09:00
spd_include.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_malloc.cc merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_malloc.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_param.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
spd_param.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_ping_table.cc MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
spd_ping_table.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_sys_table.cc Code cleanups 2016-06-10 17:37:12 +04:00
spd_sys_table.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_table.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
spd_table.h merge spider-3.2.37 2015-10-29 07:34:53 +09:00
spd_trx.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
spd_trx.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_udf.cc fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00
spd_udf.def MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_udf.h fix for MariaDB 10.0.8 2014-03-25 05:32:12 +09:00