mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
Fix some conversion warnings.
This commit is contained in:
parent
298c56cd6a
commit
157d130a87
5 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue