mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Fixed compiler warnings and errors
This commit is contained in:
parent
b0935fc5da
commit
c696fc74cf
3 changed files with 31 additions and 2 deletions
|
|
@ -1114,7 +1114,7 @@ int GetIntegerTableOption(PGLOBAL g, PTOS options, char *opname, int idef)
|
|||
else if (!stricmp(opname, "Compressed"))
|
||||
opval= (options->compressed);
|
||||
|
||||
if (opval == (ulonglong)NO_IVAL) {
|
||||
if ((ulonglong) opval == (ulonglong)NO_IVAL) {
|
||||
char *pv;
|
||||
|
||||
if ((pv= GetListOption(g, opname, options->oplist)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue