mariadb/storage/connect
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
..
mysql-test/connect
.gitignore
ApacheInterface.java
array.cpp
array.h
blkfil.cpp
blkfil.h
block.h
catalog.h
checklvl.h
Client.java
CMakeLists.txt
colblk.cpp
colblk.h
connect.cc
connect.h
csort.cpp
csort.h
domdoc.cpp
domdoc.h
encas.h
engmsg.h
enids.h
filamap.cpp
filamap.h
filamdbf.cpp
filamdbf.h
filamfix.cpp
filamfix.h
filamgz.cpp
filamgz.h
filamtxt.cpp
filamtxt.h
filamvct.cpp
filamvct.h
filamzip.cpp
filamzip.h
filter.cpp
filter.h
fmdlex.c
frcas.h
frids.h
frmsg.h
frmsg1.h
frmsg2.h
global.h
ha_connect.cc
ha_connect.h
inihandl.c
inihandl.h
ioapi.c
ioapi.h
JavaWrappers.jar
jdbccat.h
JdbcInterface.java
jdbconn.cpp
jdbconn.h
json.cpp
json.h
jsonudf.cpp
jsonudf.h
libdoc.cpp
libdoc.h
macutil.cpp
macutil.h
maputil.cpp
maputil.h
MariadbInterface.java
messages.h
msgid.h
mycat.cc
mycat.h
myconn.cpp
myconn.h
MysqlInterface.java
myutil.cpp
myutil.h
noconst.c
odbccat.h
odbconn.cpp
odbconn.h
OracleInterface.java
os.h
osutil.c
osutil.h
plgcnx.h
plgdbsem.h
plgdbutl.cpp
plgodbc.h
plgxml.cpp
plgxml.h
plugutil.c
PostgresqlInterface.java
preparse.h
rcmsg.c
rcmsg.h
reldef.cpp
reldef.h
resource.h
tabcol.cpp
tabcol.h
tabdos.cpp
tabdos.h
tabfix.cpp
tabfix.h
tabfmt.cpp
tabfmt.h
tabjdbc.cpp
tabjdbc.h
tabjson.cpp
tabjson.h
table.cpp
tabmac.cpp
tabmac.h
tabmul.cpp
tabmul.h
tabmysql.cpp
tabmysql.h
taboccur.cpp
taboccur.h
tabodbc.cpp
tabodbc.h
tabpivot.cpp
tabpivot.h
tabsys.cpp
tabsys.h
tabtbl.cpp
tabtbl.h
tabutil.cpp
tabutil.h
tabvct.cpp
tabvct.h
tabvir.cpp
tabvir.h
tabwmi.cpp
tabwmi.h
tabxcl.cpp
tabxcl.h
tabxml.cpp
tabxml.h
tabzip.cpp
tabzip.h
unzip.c
unzip.h
user_connect.cc
user_connect.h
valblk.cpp
valblk.h
value.cpp
value.h
xindex.cpp
xindex.h
xobject.cpp
xobject.h
xtable.h
zip.c
zip.h