Fix some conversion warnings.

This commit is contained in:
Vladislav Vaintroub 2017-09-29 20:14:03 +00:00
commit 157d130a87
5 changed files with 12 additions and 12 deletions

View file

@ -794,7 +794,7 @@ l
Delete multiple tables from join
***************************************************************************/
#define MEM_STRIP_BUF_SIZE current_thd->variables.sortbuff_size
#define MEM_STRIP_BUF_SIZE (size_t)(current_thd->variables.sortbuff_size)
extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b)
{